<!--
function redirect(){
UrlID=document.nb.elements[0].selectedIndex
Address="http://www.coherentinc.com"
switch(UrlID){	
case 0:Address="";break
case 1:Address="http://www.coherent.com";break
case 2:Address="http://www.coherent.com.cn";break
case 3:Address="http://www.coherent.fr";break	
case 4:Address="http://www.coherent.de";break
case 5:Address="http://www.coherent.it";break
case 6:Address="http://www.coherent.co.jp";break
case 7:Address="http://www.coherent.nl";break
}
window.location.open(Address);
}
//-->

