if (document.images) {

menu1_sub1on = new Image(); menu1_sub1on.src = ImagePath+"1aboutO.gif";
menu1_sub2on = new Image(); menu1_sub2on.src = ImagePath+"1newsO.gif";
menu1_sub3on = new Image(); menu1_sub3on.src = ImagePath+"1eventsO.gif";
menu1_sub4on = new Image(); menu1_sub4on.src = ImagePath+"1contactO.gif";
menu1_sub5on = new Image(); menu1_sub5on.src = ImagePath+"1careersO.gif";
menu1_sub6on = new Image(); menu1_sub6on.src = ImagePath+"home1over.gif";


menu1_sub1off = new Image(); menu1_sub1off.src = ImagePath+"1about.gif";
menu1_sub2off = new Image(); menu1_sub2off.src = ImagePath+"1news.gif";
menu1_sub3off = new Image(); menu1_sub3off.src = ImagePath+"1events.gif";
menu1_sub4off = new Image(); menu1_sub4off.src = ImagePath+"1contact.gif";
menu1_sub5off = new Image(); menu1_sub5off.src = ImagePath+"1careers.gif";
menu1_sub6off = new Image(); menu1_sub6off.src = ImagePath+"home_black.gif";


menu2_sub1on = new Image(); menu2_sub1on.src = ImagePath+"2productsO.gif";
menu2_sub2on = new Image(); menu2_sub2on.src = ImagePath+"2maintenanceO.gif";
menu2_sub3on = new Image(); menu2_sub3on.src = ImagePath+"2technologyO.gif";
menu2_sub4on = new Image(); menu2_sub4on.src = ImagePath+"2distributiorsO.gif";
menu2_sub5on = new Image(); menu2_sub5on.src = ImagePath+"2downloadsO.gif";
menu2_sub6on = new Image(); menu2_sub6on.src = ImagePath+"2newsO.gif";
menu2_sub7on = new Image(); menu2_sub7on.src = ImagePath+"2eventsO.gif";
menu2_sub8on = new Image(); menu2_sub8on.src = ImagePath+"2cometO.gif";
menu2_sub9on = new Image(); menu2_sub9on.src = ImagePath+"home2over.gif";

menu2_sub1off = new Image(); menu2_sub1off.src = ImagePath+"products.gif";
menu2_sub2off = new Image(); menu2_sub2off.src = ImagePath+"2maintenance.gif";
menu2_sub3off = new Image(); menu2_sub3off.src = ImagePath+"technology.gif";
menu2_sub4off = new Image(); menu2_sub4off.src = ImagePath+"distributors.gif";
menu2_sub5off = new Image(); menu2_sub5off.src = ImagePath+"downloads.gif";
menu2_sub6off = new Image(); menu2_sub6off.src = ImagePath+"1news.gif";
menu2_sub7off = new Image(); menu2_sub7off.src = ImagePath+"1events.gif";
menu2_sub8off = new Image(); menu2_sub8off.src = ImagePath+"2comet.gif";
menu2_sub9off = new Image(); menu2_sub9off.src = ImagePath+"home_black.gif";


menu3_sub1on = new Image(); menu3_sub1on.src = ImagePath+"3pproductsO.gif";
menu3_sub2on = new Image(); menu3_sub2on.src = ImagePath+"3technologyO.gif";
menu3_sub3on = new Image(); menu3_sub3on.src = ImagePath+"3contactO.gif";
menu3_sub4on = new Image(); menu3_sub4on.src = ImagePath+"3customersupportO.gif";
menu3_sub5on = new Image(); menu3_sub5on.src = ImagePath+"3downloadsO.gif";
menu3_sub6on = new Image(); menu3_sub6on.src = ImagePath+"3newsO.gif";
menu3_sub7on = new Image(); menu3_sub7on.src = ImagePath+"3eventsO.gif";
menu3_sub8on = new Image(); menu3_sub8on.src = ImagePath+"home3over.gif";

menu3_sub1off = new Image(); menu3_sub1off.src = ImagePath+"products.gif";
menu3_sub2off = new Image(); menu3_sub2off.src = ImagePath+"technology.gif";
menu3_sub3off = new Image(); menu3_sub3off.src = ImagePath+"1contact.gif";
menu3_sub4off = new Image(); menu3_sub4off.src = ImagePath+"customersupport.gif";
menu3_sub5off = new Image(); menu3_sub5off.src = ImagePath+"downloads.gif";
menu3_sub6off = new Image(); menu3_sub6off.src = ImagePath+"1news.gif";
menu3_sub7off = new Image(); menu3_sub7off.src = ImagePath+"1events.gif";
menu3_sub8off = new Image(); menu3_sub8off.src = ImagePath+"home_black.gif";

menu4_sub1on = new Image(); menu4_sub1on.src = ImagePath+"4laserO.gif";
menu4_sub2on = new Image(); menu4_sub2on.src = ImagePath+"4distributorsO.gif";
menu4_sub3on = new Image(); menu4_sub3on.src = ImagePath+"4newsO.gif";
menu4_sub4on = new Image(); menu4_sub4on.src = ImagePath+"4downloadsO.gif";
menu4_sub5on = new Image(); menu4_sub5on.src = ImagePath+"4supportO.gif";
menu4_sub6on = new Image(); menu4_sub6on.src = ImagePath+"4eventsO.gif";
menu4_sub7on = new Image(); menu4_sub7on.src = ImagePath+"home4over.gif";
menu4_sub8on = new Image(); menu4_sub8on.src = ImagePath+"head_finderO.gif";

menu4_sub1off = new Image(); menu4_sub1off.src = ImagePath+"products.gif";
menu4_sub2off = new Image(); menu4_sub2off.src = ImagePath+"distributors.gif";
menu4_sub3off = new Image(); menu4_sub3off.src = ImagePath+"1news.gif";
menu4_sub4off = new Image(); menu4_sub4off.src = ImagePath+"downloads.gif";
menu4_sub5off = new Image(); menu4_sub5off.src = ImagePath+"support.gif";
menu4_sub6off = new Image(); menu4_sub6off.src = ImagePath+"1events.gif";
menu4_sub7off = new Image(); menu4_sub7off.src = ImagePath+"home_black.gif";
menu4_sub8off = new Image(); menu4_sub8off.src = ImagePath+"head_finder.gif";

menu5_sub1on = new Image(); menu5_sub1on.src = ImagePath+"optimet_site_over.gif";

menu5_sub1off = new Image(); menu5_sub1off.src = ImagePath+"optimet_site_off.gif";
}


function turnOnSub(subimageName) {
  if (document.images) {
     document[subimageName].src = eval (subimageName + "on.src");
//	 alert(subimageName)
  }
}

function turnOffSub (subimageName) {
  if (document.images) {
  	if (page_sub_cat != subimageName)
	{
	 document[subimageName].src = eval (subimageName + "off.src");
	 }
	 
  }
}



//  Menu Style
document.write("<style>")
document.write(".paddings{padding-left:7px;padding-right:7px;padding-top:3px;padding-bottom:3px;}")
document.write(".bgcolor0{background-color:#062841;}")
document.write(".bgcolor1{background-color:#b50027;}")
document.write(".bgcolor2{background-color:#f69826;}")
document.write(".bgcolor3{background-color:#033f9a;}")
document.write(".bgcolor4{background-color:#cf1515;}")
document.write(".bgcolor5{background-color:#629ecf;}")
document.write("</style>")




var mainmenu=new Array()

//Set submenu contents. Expand as needed. For each content, make sure everything exists on ONE LINE. Otherwise, there will be JS errors.
//home menu 
mainmenu[0]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm" onmouseover=javascript:turnOn("image1"); onmouseout=turnOff("image1");><img src="'+ImagePath+'corporate.gif" alt="Corporate" width="97" height="21" border="0" name="image1" id="image1"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" onmouseover=javascript:turnOn("image2"); onmouseout=turnOff("image2");><img src="'+ImagePath+'co2.gif" alt="CO2 Optics" width="88" height="21" border="0" name="image2" id="image2"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" onmouseover=javascript:turnOn("image3"); onmouseout=turnOff("image3");><img src="'+ImagePath+'optics.gif" alt="Optics Group" width="110" height="21" border="0" name="image3" id="image3"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" onmouseover=javascript:turnOn("image4"); onmouseout=turnOff("image4");><img src="'+ImagePath+'laser.gif" alt="Laser Measurements Group" width="143" height="21" border="0" name="image4" id="image4"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" onmouseover=javascript:turnOn("image5"); onmouseout=turnOff("image5");><img src="'+ImagePath+'optimet.gif" alt="Optimet - Optical Metrology" width="128" height="21" border="0" name="image5" id="image5"></a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  class="bgcolor0"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr></table></td></tr></table>'

mainmenu[8]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'corporate.htm" class="corporate_button"><nobr>CORPORATE</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" class="co2_button"><nobr>CO<font style="size:7px">2</font> OPTICS</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" class="optics_button"><nobr>OPTICS GROUP</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" class="laser_button"><nobr>LASER MEASUREMENT</a></td><td>&nbsp;</td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  class="bgcolor0"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr></table></td></tr></table>'


mainmenu[9]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'corporate.htm" class="corporate_button"><nobr>CORPORATE</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" class="co2_button"><nobr>CO<font size="-2">2</font> OPTICS</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" class="optics_button"><nobr>OPTICS GROUP</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" class="laser_button"><nobr>LASER MEASUREMENT</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>OPTIMET</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="http://www.spiricon.com" target="_blank" class="laser_button"><nobr>SPIRICON</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  class="bgcolor0"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr></table></td></tr></table>'


//corporate menu - With Investor Relations
mainmenu[1]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm"><img src="'+ImagePath+'corporateO.gif" alt="Corporate" width="97" height="21" border="0" name="image1" id="image1"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" onmouseover=javascript:turnOn("image2"); onmouseout=turnOff("image2");><img src="'+ImagePath+'co2.gif" alt="CO2 Optics" width="88" height="21" border="0" name="image2" id="image2"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" onmouseover=javascript:turnOn("image3"); onmouseout=turnOff("image3");><img src="'+ImagePath+'optics.gif" alt="Optics Group" width="110" height="21" border="0" name="image3" id="image3"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" onmouseover=javascript:turnOn("image4"); onmouseout=turnOff("image4");><img src="'+ImagePath+'laser.gif" alt="Laser Measurements Group" width="143" height="21" border="0" name="image4" id="image4"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" onmouseover=javascript:turnOn("image5"); onmouseout=turnOff("image5");><img src="'+ImagePath+'optimet.gif" alt="Optimet - Optical Metrology" width="128" height="21" border="0" name="image5" id="image5"></a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor1"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'about.htm" class="corporate_sub_button">ABOUT</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'news.htm" class="corporate_sub_button">NEWS</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'events.php" class="corporate_sub_button">EVENTS</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'investors.htm" class="corporate_sub_button">INVESTORS</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'contact_us.htm" class="corporate_sub_button"><nobr>CONTACT US</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'careers_usa.htm" class="corporate_sub_button"><nobr>CAREERS @ OPHIR</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'corporate.htm" class="corporate_sub_button">HOME</a></td><td width="100%"></td></tr></table></td></tr></table>'

//corporate - german - textual
mainmenu[11]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><span class="corporate_button_on"><nobr>&nbsp;&Uuml;ber Ophir&nbsp;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/index.htm" class="co2_button"><nobr>&nbsp;Optiken f&uuml;r CO<font style="font-size:8px;">2</font>-Laser&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/de/index.htm" class="optics_button"><nobr>&nbsp;IR-Optik&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/de/index.htm" class="laser_button"><nobr>&nbsp;Laser-Messtechnik&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>&nbsp;OPTIMET&nbsp;</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor2"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'de/about.htm" class="corporate_sub_button">Firmenprofil</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'de/news.htm" class="corporate_sub_button">Aktuell</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'de/events.php" class="corporate_sub_button">Messetermine</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'de/investors.htm" class="corporate_sub_button"><nobr>Investor relations</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'de/contact_us.htm" class="corporate_sub_button"><nobr>Kontakt</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" width="1" height="7" border="0"></td><td class="corporate_sub_button"><a href="'+LinkPath+'de/careers_usa.htm" class="corporate_sub_button"><nobr>Karriere bei Ophir</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'de/corporate.htm" class="corporate_sub_button">Home</a></td><td width="100%"></td></tr></table></td></tr></table>'
//corporate menu
//mainmenu[1]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm"><img src="'+ImagePath+'corporateO.gif" alt="Corporate" width="97" height="21" border="0" name="image1" id="image1"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" onmouseover=javascript:turnOn("image2"); onmouseout=turnOff("image2");><img src="'+ImagePath+'co2.gif" alt="CO2 Optics" width="88" height="21" border="0" name="image2" id="image2"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" onmouseover=javascript:turnOn("image3"); onmouseout=turnOff("image3");><img src="'+ImagePath+'optics.gif" alt="Optics Group" width="110" height="21" border="0" name="image3" id="image3"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" onmouseover=javascript:turnOn("image4"); onmouseout=turnOff("image4");><img src="'+ImagePath+'laser.gif" alt="Laser Measurements Group" width="143" height="21" border="0" name="image4" id="image4"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" onmouseover=javascript:turnOn("image5"); onmouseout=turnOff("image5");><img src="'+ImagePath+'optimet.gif" alt="Optimet - Optical Metrology" width="128" height="21" border="0" name="image5" id="image5"></a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor1"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td class="paddings"><a href="'+LinkPath+'about.htm" onmouseover=turnOnSub("menu1_sub1"); onmouseout=turnOffSub("menu1_sub1");><img src="'+ImagePath+'1about.gif" alt="About" width="33" height="7" border="0" name="menu1_sub1" id="menu1_sub1"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'news.htm" onmouseover=turnOnSub("menu1_sub2"); onmouseout=turnOffSub("menu1_sub2");><img src="'+ImagePath+'1news.gif" alt="News" width="26" height="7" border="0" name="menu1_sub2" id="menu1_sub2"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'events.php" onmouseover=turnOnSub("menu1_sub3"); onmouseout=turnOffSub("menu1_sub3");><img src="'+ImagePath+'1events.gif" alt="Events" width="40" height="7" border="0" name="menu1_sub3" id="menu1_sub3"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'contact_us.htm" onmouseover=turnOnSub("menu1_sub4"); onmouseout=turnOffSub("menu1_sub4");><img src="'+ImagePath+'1contact.gif" alt="Contact Us" width="59" height="7" border="0" name="menu1_sub4" id="menu1_sub4"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'careers_usa.htm" onmouseover=turnOnSub("menu1_sub5"); onmouseout=turnOffSub("menu1_sub5");><img src="'+ImagePath+'1careers.gif" alt="Careers @ Ophir" width="95" height="7" border="0" name="menu1_sub5" id="menu1_sub5"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'corporate.htm" onmouseover=turnOnSub("menu1_sub6"); onmouseout=turnOffSub("menu1_sub6");><img src="'+ImagePath+'home_black.gif" alt="Corporate Home Page" width="26" height="7" border="0" name="menu1_sub6" id="menu1_sub6"></a></td><td width="100%"></td></tr></table></td></tr></table>'


//co2optics menu

mainmenu[2]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm" onmouseover=javascript:turnOn("image1"); onmouseout=turnOff("image1");><img src="'+ImagePath+'corporate.gif" alt="Corporate" width="97" height="21" border="0" name="image1" id="image1"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm"><img src="'+ImagePath+'co2O.gif" alt="CO2 Optics" width="88" height="21" border="0" name="image2" id="image2"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" onmouseover=javascript:turnOn("image3"); onmouseout=turnOff("image3");><img src="'+ImagePath+'optics.gif" alt="Optics Group" width="110" height="21" border="0" name="image3" id="image3"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" onmouseover=javascript:turnOn("image4"); onmouseout=turnOff("image4");><img src="'+ImagePath+'laser.gif" alt="Laser Measurements Group" width="143" height="21" border="0" name="image4" id="image4"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" onmouseover=javascript:turnOn("image5"); onmouseout=turnOff("image5");><img src="'+ImagePath+'optimet.gif" alt="Optimet - Optical Metrology" width="128" height="21" border="0" name="image5" id="image5"></a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor2"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td class="paddings"><a href="'+LinkPath+'co2_optics/products.htm" onmouseover=turnOnSub("menu2_sub1"); onmouseout=turnOffSub("menu2_sub1");><img src="'+ImagePath+'products.gif" alt="Products" width="54" height="7" border="0" name="menu2_sub1" id="menu2_sub1"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'co2_optics/maintenance.htm" onmouseover=turnOnSub("menu2_sub2"); onmouseout=turnOffSub("menu2_sub2");><img src="'+ImagePath+'2maintenance.gif" alt="Maintenance" width="73" height="7" border="0" name="menu2_sub2" id="menu2_sub2"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'co2_optics/technology.htm" onmouseover=turnOnSub("menu2_sub3"); onmouseout=turnOffSub("menu2_sub3");><img src="'+ImagePath+'technology.gif" alt="Technology" width="68" height="7" border="0" name="menu2_sub3" id="menu2_sub3"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'co2_optics/contact_us.php" onmouseover=turnOnSub("menu2_sub4"); onmouseout=turnOffSub("menu2_sub4");><img src="'+ImagePath+'distributors.gif" alt="Distributors" width="78" height="7" border="0" name="menu2_sub4" id="menu2_sub4"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'co2_optics/downloads.htm" onmouseover=turnOnSub("menu2_sub5"); onmouseout=turnOffSub("menu2_sub5");><img src="'+ImagePath+'downloads.gif" alt="Downloads" width="61" height="7" border="0" name="menu2_sub5" id="menu2_sub5"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'co2_optics/news.htm" onmouseover=turnOnSub("menu2_sub6"); onmouseout=turnOffSub("menu2_sub6");><img src="'+ImagePath+'1news.gif" alt="News" width="26" height="7" border="0" name="menu2_sub6" id="menu2_sub6"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'co2_optics/events.php" onmouseover=turnOnSub("menu2_sub7"); onmouseout=turnOffSub("menu2_sub7");><img src="'+ImagePath+'1events.gif" alt="Events" width="40" height="7" border="0" name="menu2_sub7" id="menu2_sub7"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'co2_optics/index.htm" onmouseover=turnOnSub("menu2_sub9"); onmouseout=turnOffSub("menu2_sub9");><img src="'+ImagePath+'home_black.gif" alt="CO2 Optics Home Page" width="26" height="7" border="0" name="menu2_sub9" id="menu2_sub9"></a></td><td width="100%"></td></tr></table></td></tr></table>'

//co2optics - spanish - textual
mainmenu[21]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'de/corporate.htm" class="corporate_button"><nobr>CORPORACION</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="co2_button_on"><nobr>OPTICOS CO<font size="-2">2</font></span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" class="optics_button"><nobr>GRUPO OPTICS</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" class="laser_button"><nobr>MEDIDOR DE LASER</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>OPTIMET</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor2"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr class="button_sub_row"><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'co2_optics/es/products.htm" class="co2_sub_button">Producto</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/es/maintenance.htm" class="co2_sub_button">Mantenimiento</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/es/technology.htm" class="co2_sub_button">Tecnolog&iacute;a</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/es/contact_us.php" class="co2_sub_button">Distribuidores</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/es/downloads.htm" class="co2_sub_button">Descargass</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/es/news.htm" class="co2_sub_button">Noticias</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/es/events.php" class="co2_sub_button">Eventos</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/es/index.htm" class="co2_sub_button">Inicio</a></td><td width="100%"></td></tr></table></td></tr></table>'

//co2optics - italian - textual
mainmenu[22]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm" class="co2_button"><nobr>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AZIENDA</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="co2_button_on"><nobr>OTTICHE PER CO2</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" class="co2_button"><nobr>GRUPPO OTTICHE</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" class="co2_button"><nobr>MISURAZIONE LASER</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="co2_button"><nobr>OPTIMET</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor2"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'co2_optics/it/products.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;&nbsp;Prodotti&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td ><a href="'+LinkPath+'co2_optics/it/maintenance.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;Manutenzione&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td ><a href="'+LinkPath+'co2_optics/it/technology.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;Tecnologia&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td ><a href="'+LinkPath+'co2_optics/it/contact_us.php" class="co2_sub_button"><nobr>&nbsp;&nbsp;Come contattarci&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td ><a href="'+LinkPath+'co2_optics/it/downloads.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;Downloads&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td ><a href="'+LinkPath+'co2_optics/it/news.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;Articoli&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td ><a href="'+LinkPath+'co2_optics/it/events.php" class="co2_sub_button"><nobr>&nbsp;&nbsp;Events&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/it/index.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;Home&nbsp;&nbsp;</a></td><td width="100%"></td></tr></table></td></tr></table>'

//co2optics - german - textual
mainmenu[23]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'de/corporate.htm" class="corporate_button"><nobr>&nbsp;&Uuml;ber Ophir&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span  class="co2_button_on"><nobr>&nbsp;Optiken f&uuml;r CO<font style="font-size:8px;">2</font>-Laser&nbsp;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/de/index.htm" class="optics_button"><nobr>&nbsp;IR-Optik&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/de/index.htm" class="laser_button"><nobr>&nbsp;Laser-Messtechnik&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>&nbsp;OPTIMET&nbsp;</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor2"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr class="button_sub_row"><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/products.htm" class="co2_sub_button">Produkte</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/maintenance.htm" class="co2_sub_button">Handhabung</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/technology.htm" class="co2_sub_button">Technologie</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/contact_us.php" class="co2_sub_button">Kontakt</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/downloads.htm" class="co2_sub_button">Downloads</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/news.htm" class="co2_sub_button">Aktuell</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/events.php" class="co2_sub_button">Messetermine</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/index.htm" class="co2_sub_button">Home</a></td><td width="100%"></td></tr></table></td></tr></table>'

//co2optics - japanese - textual
mainmenu[24]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'corporate.htm" class="corporate_button"><nobr>&#20250;&#31038;&#27010;&#35201;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="co2_button_on"><nobr>CO2 &#20809;&#23398;&#37096;&#21697;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" class="optics_button"><nobr>&#20809;&#23398;&#12464;&#12523;&#12540;&#12503;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/jp/index.htm" class="laser_button"><nobr>&#12497;&#12527;&#12540;&#12539;&#12456;&#12493;&#12523;&#12462;&#12540;&#12513;&#12540;&#12479;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>&#38750;&#25509;&#35302;&#19977;&#27425;&#20803;&#28204;&#23450;&#22120;</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor2"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr class="button_sub_row"><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/products.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;&#35069;&#21697;&#26696;&#20869;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/maintenance.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;&#12513;&#12452;&#12531;&#12486;&#12490;&#12531;&#12473;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/technology.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;&#12486;&#12463;&#12494;&#12525;&#12472;&#12540;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/contact_us.php" class="co2_sub_button"><nobr>&nbsp;&nbsp;&#21508;&#22269;&#20195;&#29702;&#24215;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/downloads.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/news.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;&#26032;&#30528;&#24773;&#22577;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/events.php" class="co2_sub_button"><nobr>&nbsp;&nbsp;&#23637;&#31034;&#20250;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/index.htm" class="co2_sub_button"><nobr>&nbsp;&nbsp;&#12507;&#12540;&#12512;&nbsp;&nbsp;</a></td><td width="100%"></td></tr></table></td></tr></table>'

//optics menu - english
mainmenu[3]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm" onmouseover=javascript:turnOn("image1"); onmouseout=turnOff("image1");><img src="'+ImagePath+'corporate.gif" alt="Corporate" width="97" height="21" border="0" name="image1" id="image1"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" onmouseover=javascript:turnOn("image2"); onmouseout=turnOff("image2");><img src="'+ImagePath+'co2.gif" alt="CO2 Optics" width="88" height="21" border="0" name="image2" id="image2"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm"><img src="'+ImagePath+'opticsO.gif" alt="Optics Group" width="110" height="21" border="0" name="image3" id="image3"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" onmouseover=javascript:turnOn("image4"); onmouseout=turnOff("image4");><img src="'+ImagePath+'laser.gif" alt="Laser Measurements Group" width="143" height="21" border="0" name="image4" id="image4"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" onmouseover=javascript:turnOn("image5"); onmouseout=turnOff("image5");><img src="'+ImagePath+'optimet.gif" alt="Optimet - Optical Metrology" width="128" height="21" border="0" name="image5" id="image5"></a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor3"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td class="paddings"><a href="'+LinkPath+'optics/products.htm" onmouseover=turnOnSub("menu3_sub1"); onmouseout=turnOffSub("menu3_sub1");><img src="'+ImagePath+'products.gif" alt="Products" width="54" height="7" border="0" name="menu3_sub1" id="menu3_sub1"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'optics/technology.htm" onmouseover=turnOnSub("menu3_sub2"); onmouseout=turnOffSub("menu3_sub2");><img src="'+ImagePath+'technology.gif" alt="Technology" width="68" height="7" border="0"  name="menu3_sub2" id="menu3_sub2"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'optics/distributors.htm" onmouseover=turnOnSub("menu3_sub3"); onmouseout=turnOffSub("menu3_sub3");><img src="'+ImagePath+'1contact.gif" alt="Contact Us" width="61" height="7" border="0" name="menu3_sub3" id="menu3_sub3"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'optics/customer_support.htm" onmouseover=turnOnSub("menu3_sub4"); onmouseout=turnOffSub("menu3_sub4");><img src="'+ImagePath+'customersupport.gif" alt="Customer Support" width="106" height="7" border="0" name="menu3_sub4" id="menu3_sub4"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'optics/downloads.htm" onmouseover=turnOnSub("menu3_sub5"); onmouseout=turnOffSub("menu3_sub5");><img src="'+ImagePath+'downloads.gif" alt="Downloads" width="61" height="7" border="0" name="menu3_sub5" id="menu3_sub5"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'optics/news.htm" onmouseover=turnOnSub("menu3_sub6"); onmouseout=turnOffSub("menu3_sub6");><img src="'+ImagePath+'1news.gif" alt="News" width="26" height="7" border="0" name="menu3_sub6" id="menu3_sub6"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'optics/events.php" onmouseover=turnOnSub("menu3_sub7"); onmouseout=turnOffSub("menu3_sub7");><img src="'+ImagePath+'1events.gif" alt="Events" width="40" height="7" border="0" name="menu3_sub7" id="menu3_sub7"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'optics/index.htm" onmouseover=turnOnSub("menu3_sub8"); onmouseout=turnOffSub("menu3_sub8");><img src="'+ImagePath+'home_black.gif" alt="Optics Group Home Page" width="26" height="7" border="0" name="menu3_sub8" id="menu3_sub8"></a></td><td width="100%"></td></tr></table></td></tr></table>'

//optics menu - German
mainmenu[31]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'de/corporate.htm" class="corporate_button"><nobr>&nbsp;&Uuml;ber Ophir&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/index.htm" class="co2_button"><nobr>&nbsp;Optiken f&uuml;r CO<font style="font-size:8px;">2</font>-Laser&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="optics_button_on"><nobr>&nbsp;IR-Optik&nbsp;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/de/index.htm" class="laser_button"><nobr>&nbsp;Laser-Messtechnik&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>&nbsp;OPTIMET&nbsp;</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor3"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'optics/de/products.htm" class="optics_sub_button">Produkte</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/technology.htm" class="optics_sub_button">Technologie</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/distributors.htm" class="optics_sub_button">Kontakt</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/customer_support.htm" class="optics_sub_button">Gew&auml;hrleistung</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/downloads.htm" class="optics_sub_button">Downloads</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/news.htm" class="optics_sub_button">Aktuell</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/events.php" class="optics_sub_button">Messetermine</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/index.htm" class="optics_sub_button">Home</a></td><td width="100%"></td></tr></table></td></tr></table>'

//optics menu - German
mainmenu[32]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'de/corporate.htm" class="corporate_button"><nobr>&nbsp;&Uuml;ber Ophir&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/index.htm" class="co2_button"><nobr>&nbsp;Optiken f&uuml;r CO<font style="font-size:8px;">2</font>-Laser&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="optics_button_on"><nobr>&nbsp;IR-Optik&nbsp;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/de/index.htm" class="laser_button"><nobr>&nbsp;Laser-Messtechnik&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>&nbsp;OPTIMET&nbsp;</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor3"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'optics/de/products.htm" class="optics_sub_button">Produkte</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/technology.htm" class="optics_sub_button">Technologie</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/distributors.htm" class="optics_sub_button">Kontakt</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/customer_support.htm" class="optics_sub_button">Gew&auml;hrleistung</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/downloads.htm" class="optics_sub_button">Downloads</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/news.htm" class="optics_sub_button">Aktuell</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/events.php" class="optics_sub_button">Messetermine</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/de/index.htm" class="optics_sub_button">Home</a></td><td width="100%"></td></tr></table></td></tr></table>'

//optics menu - Japanese
mainmenu[33]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'corporate.htm" class="corporate_button"><nobr>&#20250;&#31038;&#27010;&#35201;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/index.htm" class="co2_button"><nobr>CO2 &#20809;&#23398;&#37096;&#21697;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="optics_button_on"><nobr>&#20809;&#23398;&#12464;&#12523;&#12540;&#12503;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" class="optics_button"><nobr>&#12497;&#12527;&#12540;&#12539;&#12456;&#12493;&#12523;&#12462;&#12540;&#12513;&#12540;&#12479;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>&#38750;&#25509;&#35302;&#19977;&#27425;&#20803;&#28204;&#23450;&#22120;</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor3"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'optics/jp/products.htm" class="optics_sub_button"><nobr>&nbsp;&nbsp;&#35069;&#21697;&#26696;&#20869;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/jp/technology.htm" class="optics_sub_button"><nobr>&nbsp;&nbsp;&#12486;&#12463;&#12494;&#12525;&#12472;&#12540;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/jp/distributors.htm" class="optics_sub_button"><nobr>&nbsp;&nbsp;&#21508;&#22269;&#20195;&#29702;&#24215;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/jp/customer_support.htm" class="optics_sub_button"><nobr>&nbsp;&nbsp;&#12459;&#12473;&#12479;&#12510;&#12540;&#12469;&#12509;&#12540;&#12488;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/jp/downloads.htm" class="optics_sub_button"><nobr>&nbsp;&nbsp;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/jp/news.htm" class="optics_sub_button"><nobr>&nbsp;&nbsp;&#26032;&#30528;&#24773;&#22577;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/jp/events.php" class="optics_sub_button"><nobr>&nbsp;&nbsp;&#23637;&#31034;&#20250;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'optics/jp/index.htm" class="optics_sub_button"><nobr>&nbsp;&nbsp;&#12507;&#12540;&#12512;&nbsp;&nbsp;</a></td><td width="100%"></td></tr></table></td></tr></table>'


//lasermeas menu 
mainmenu[4]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm" onmouseover=javascript:turnOn("image1"); onmouseout=turnOff("image1");><img src="'+ImagePath+'corporate.gif" alt="Corporate" width="97" height="21" border="0" name="image1" id="image1"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" onmouseover=javascript:turnOn("image2"); onmouseout=turnOff("image2");><img src="'+ImagePath+'co2.gif" alt="CO2 Optics" width="88" height="21" border="0" name="image2" id="image2"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" onmouseover=javascript:turnOn("image3"); onmouseout=turnOff("image3");><img src="'+ImagePath+'optics.gif" alt="Optics Group" width="110" height="21" border="0" name="image3" id="image3"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm"><img src="'+ImagePath+'laserO.gif" alt="Laser Measurements Group" width="143" height="21" border="0" name="image4" id="image4"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" onmouseover=javascript:turnOn("image5"); onmouseout=turnOff("image5");><img src="'+ImagePath+'optimet.gif" alt="Optimet - Optical Metrology" width="128" height="21" border="0" name="image5" id="image5"></a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor4"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td class="paddings"><a href="'+LinkPath+'laser/products.htm" onmouseover=turnOnSub("menu4_sub1"); onmouseout=turnOffSub("menu4_sub1");><img src="'+ImagePath+'products.gif" alt="Products" width="54" height="7" border="0" name="menu4_sub1" id="menu4_sub1"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'laser/agents.php" onmouseover=turnOnSub("menu4_sub2"); onmouseout=turnOffSub("menu4_sub2");><img src="'+ImagePath+'distributors.gif" alt="Distributors" width="78" height="7" border="0" name="menu4_sub2" id="menu4_sub2"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'laser/news.htm" onmouseover=turnOnSub("menu4_sub3"); onmouseout=turnOffSub("menu4_sub3");><img src="'+ImagePath+'1news.gif" alt="News" width="26" height="7" border="0" name="menu4_sub3" id="menu4_sub3"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'laser/downloads.htm" onmouseover=turnOnSub("menu4_sub4"); onmouseout=turnOffSub("menu4_sub4");><img src="'+ImagePath+'downloads.gif" alt="Downloads" width="61" height="7" border="0" name="menu4_sub4" id="menu4_sub4"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'laser/download/softwares/headfinder_online.htm" onmouseover=turnOnSub("menu4_sub8"); onmouseout=turnOffSub("menu4_sub8");><img src="'+ImagePath+'head_finder.gif" alt="Head Finder" width="69" height="7" border="0" name="menu4_sub8" id="menu4_sub8"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'laser/support.htm" onmouseover=turnOnSub("menu4_sub5"); onmouseout=turnOffSub("menu4_sub5");><img src="'+ImagePath+'support.gif" alt="Support" width="47" height="7" border="0" name="menu4_sub5" id="menu4_sub5"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'laser/events.php" onmouseover=turnOnSub("menu4_sub6"); onmouseout=turnOffSub("menu4_sub6");><img src="'+ImagePath+'1events.gif" alt="Events" width="40" height="7" border="0" name="menu4_sub6" id="menu4_sub6"></a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td class="paddings"><a href="'+LinkPath+'laser/index.htm" onmouseover=turnOnSub("menu4_sub7"); onmouseout=turnOffSub("menu4_sub7");><img src="'+ImagePath+'home_black.gif" alt="Laser Measurements Group Home Page" width="26" height="7" border="0" name="menu4_sub7" id="menu4_sub7"></a></td><td width="100%"></td></tr></table></td></tr></table>'
//lasermeas - Russian - Textual
	mainmenu[41]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm" class="russian_laser_button"><nobr>&nbsp;&nbsp;&nbsp;&#1054; &#1050;&#1086;&#1088;&#1087;&#1086;&#1088;&#1072;&#1094;&#1080;&#1080;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" class="russian_laser_button"><nobr>Co2-&#1054;&#1087;&#1090;&#1080;&#1082;&#1072;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" class="russian_laser_button"><nobr>&#1043;&#1088;&#1091;&#1087;&#1087;&#1072; &#1054;&#1087;&#1090;&#1080;&#1082;&#1080;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="laser_button_on"><nobr>&#1048;&#1079;&#1084;&#1077;&#1088;&#1077;&#1085;&#1080;&#1077; &#1051;&#1072;&#1079;&#1077;&#1088;&#1085;&#1099;&#1093; &#1061;&#1072;&#1088;&#1072;&#1082;&#1090;&#1077;&#1088;&#1080;&#1089;&#1090;&#1080;&#1082;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>Optimet</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor4"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'laser/ru/products.htm" class="russian_laser_sub_button"><nobr>&#1055;&#1088;&#1086;&#1076;&#1091;&#1082;&#1090;&#1099;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/ru/agents.php" class="russian_laser_sub_button"><nobr>&nbsp;&nbsp;&#1044;&#1080;&#1089;&#1090;&#1088;&#1080;&#1073;&#1100;&#1102;&#1090;&#1086;&#1088;&#1099;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/ru/news.htm" class="russian_laser_sub_button"><nobr>&nbsp;&nbsp;&#1053;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/ru/downloads.htm" class="russian_laser_sub_button"><nobr>&nbsp;&nbsp;&#1047;&#1072;&#1075;&#1088;&#1091;&#1079;&#1082;&#1072;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/ru/download/softwares/headfinder_online.htm" class="russian_laser_sub_button"><nobr>&nbsp;&nbsp;&#1055;&#1088;&#1086;&#1075;&#1088;&#1072;&#1084;&#1084;&#1072; &#1055;&#1086;&#1080;&#1089;&#1082;&#1072; &#1043;&#1086;&#1083;&#1086;&#1074;&#1082;&#1080;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/ru/support.htm" class="russian_laser_sub_button"><nobr>&nbsp;&nbsp;&#1055;&#1086;&#1084;&#1086;&#1097;&#1100;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/events.php" class="russian_laser_sub_button"><nobr>&nbsp;&nbsp;&#1057;&#1086;&#1073;&#1099;&#1090;&#1080;&#1103;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/ru/index.htm" class="russian_laser_sub_button"><nobr>&nbsp;&nbsp;&#1053;&#1072;&#1095;&#1072;&#1083;&#1086;&nbsp;</a></td><td width="100%"></td></tr></table></td></tr></table>'
//lasermeas - Japanese 
mainmenu[42]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td><a href="'+LinkPath+'corporate.htm" class="corporate_button"><nobr>&#20250;&#31038;&#27010;&#35201;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/jp/index.htm" class="co2_button"><nobr>CO2 &#20809;&#23398;&#37096;&#21697;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" class="optics_button"><nobr>&#20809;&#23398;&#12464;&#12523;&#12540;&#12503;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="laser_button_on"><nobr>&#12497;&#12527;&#12540;&#12539;&#12456;&#12493;&#12523;&#12462;&#12540;&#12513;&#12540;&#12479;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>&#38750;&#25509;&#35302;&#19977;&#27425;&#20803;&#28204;&#23450;&#22120;</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor2"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr class="button_sub_row"><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'laser/jp/products.htm" class="laser_sub_button"><nobr>&nbsp;&nbsp;&#35069;&#21697;&#26696;&#20869;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/jp/agents.php" class="laser_sub_button"><nobr>&nbsp;&nbsp;&#21508;&#22269;&#20195;&#29702;&#24215;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/jp/news.htm" class="laser_sub_button"><nobr>&nbsp;&nbsp;&#26032;&#30528;&#24773;&#22577;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/jp/downloads.htm" class="laser_sub_button"><nobr>&nbsp;&nbsp;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/jp/download/softwares/headfinder_online.htm" class="laser_sub_button"><nobr>&nbsp;&nbsp;&#12504;&#12483;&#12489;&#36984;&#23450;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/jp/support.htm" class="laser_sub_button"><nobr>&nbsp;&nbsp;&#12362;&#21839;&#12356;&#21512;&#12379;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/jp/events.php" class="laser_sub_button"><nobr>&nbsp;&nbsp;&#23637;&#31034;&#20250;&nbsp;&nbsp;</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/jp/index.htm" class="laser_sub_button"><nobr>&nbsp;&nbsp;&#12507;&#12540;&#12512;</a></td><td width="100%"></td></tr></table></td></tr></table>'

//lasermeas - german
mainmenu[43]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="100%" height="21" border="0"></td><td width="100%"><img src="'+ImagePath+'barrightside.gif" height="21" width="100%"></td><td bgcolor="#062841"><a href="'+LinkPath+'de/corporate.htm" class="corporate_button"><nobr>&nbsp;&Uuml;ber Ophir&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/de/index.htm" class="co2_button"><nobr>&nbsp;Optiken f&uuml;r CO<font style="font-size:8px;">2</font>-Laser&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/de/index.htm" class="optics_button"><nobr>&nbsp;IR-Optik&nbsp;</a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><span class="laser_button_on"><nobr>&nbsp;Laser-Messtechnik&nbsp;</span></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm" class="optimet_button"><nobr>&nbsp;OPTIMET&nbsp;</a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor4"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr class="button_sub_row"><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td><a href="'+LinkPath+'laser/de/products.htm" class="laser_sub_button">Produkte</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/de/agents.php" class="laser_sub_button">Kontakt</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/de/news.htm" class="laser_sub_button">Aktuell</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/de/downloads.htm" class="laser_sub_button">Downloads</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><nobr><a href="'+LinkPath+'laser/de/download/softwares/headfinder_online.htm" class="laser_sub_button">&nbsp;&nbsp;Head Finder</a></nobr></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/de/support.htm" class="laser_sub_button">Support</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/de/events.php" class="laser_sub_button">Messetermine</a></td><td bgcolor="#062841"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="7" border="0"></td><td><a href="'+LinkPath+'laser/de/index.htm" class="laser_sub_button">Home</a></td><td width="100%"></td></tr></table> </td></tr></table>'


//optimet menu 
mainmenu[5]='<table border="0" cellpadding="0" cellspacing="0" height="42" width="100%" bgcolor="#D8D8D9"><tr><td height="21"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="'+ImagePath+'barleftside.gif" alt="" width="36" height="21" border="0"></td><td><img src="'+ImagePath+'barrightside.gif" height="21" width="10"></td><td><a href="'+LinkPath+'corporate.htm" onmouseover=javascript:turnOn("image1"); onmouseout=turnOff("image1");><img src="'+ImagePath+'corporate.gif" alt="Corporate" width="97" height="21" border="0" name="image1" id="image1"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'co2_optics/index.htm" onmouseover=javascript:turnOn("image2"); onmouseout=turnOff("image2");><img src="'+ImagePath+'co2.gif" alt="CO2 Optics" width="88" height="21" border="0" name="image2" id="image2"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optics/index.htm" onmouseover=javascript:turnOn("image3"); onmouseout=turnOff("image3");><img src="'+ImagePath+'optics.gif" alt="Optics Group" width="110" height="21" border="0" name="image3" id="image3"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'laser/index.htm" onmouseover=javascript:turnOn("image4"); onmouseout=turnOff("image4");><img src="'+ImagePath+'laser.gif" alt="Laser Measurements Group" width="143" height="21" border="0" name="image4" id="image4"></a></td><td><img src="'+ImagePath+'seperatingLow.gif" alt="" width="1" height="20" border="0"></td><td><a href="'+LinkPath+'optimet.htm"><img src="'+ImagePath+'optimetO.gif" alt="Optimet - Optical Metrology" width="128" height="21" border="0" name="image5" id="image5"></a></td></tr></table></td></tr><tr><td bgcolor="#D8D8D9" height="23" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td  colspan="20" class="bgcolor5"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td  colspan="20"><img src="'+ImagePath+'pixel.gif" alt="" width="1" height="4" border="0"></td></tr><tr><td><img src="'+ImagePath+'pixel.gif" alt="" width="21" height="1" border="0"></td><td class="paddings"><a href="http://www.optimet.com" target="_blank" onmouseover=turnOnSub("menu5_sub1"); onmouseout=turnOffSub("menu5_sub1");><img src="'+ImagePath+'optimet_site_off.gif" alt="Optimet Home page" width="93" height="7" border="0" name="menu5_sub1" id="menu5_sub1"></a></td><td width="100%"></td></tr></table></td></tr></table>'


document.write(mainmenu[menuIt]);



