function openWin(url, width, height) {                             windowName = "buttons";                            params = "toolbar=0,";                            params += "location=0,";                            params += "directories=0,";                            params += "status=0,";                            params += "menubar=0,";                            params += "scrollbars=1,";                            params += "resizable=1,";                             params += "width="+width+",";                            params += "height="+height;                            win = window.open(url, windowName, params);                            win.opener.name = "opener";                            win.focus();                            }//function setFocus(windowToGetFocus) {//      windowToGetFocus.focus()//      }                            browsok = (((navigator.appName == "Netscape")&& (parseInt(navigator.appVersion) >= 3))|| ((navigator.appName == "Microsoft Internet Explorer")&& (parseInt(navigator.appVersion)>=3)));if(browsok){  // MouseOnarrow_home1 = new Image(40, 7);arrow_home1.src = "../common/arrow_on.gif";arrow_bending1 = new Image(40, 7);arrow_bending1.src = "../common/arrow_on.gif";arrow_pierce1 = new Image(40, 7);arrow_pierce1.src = "../common/arrow_on.gif";arrow_fabricating1 = new Image(40, 7);arrow_fabricating1.src = "../common/arrow_on.gif";arrow_material1 = new Image(40, 7);arrow_material1.src = "../common/arrow_on.gif";arrow_special1 = new Image(40, 7);arrow_special1.src = "../common/arrow_on.gif";arrow_auto1 = new Image(40, 7);arrow_auto1.src = "../common/arrow_on.gif";arrow_contact1 = new Image(40, 7);arrow_contact1.src = "../common/arrow_on.gif";arrow_client1 = new Image(40, 7);arrow_client1.src = "../common/arrow_on.gif";  // MouseOffarrow_bending0 = new Image(40, 7);arrow_bending0.src = "../common/arrow_off.gif";arrow_pierce0 = new Image(40, 7);arrow_pierce0.src = "../common/arrow_off.gif";arrow_fabricating0 = new Image(40, 7);arrow_fabricating0.src = "../common/arrow_off.gif";arrow_material0 = new Image(40, 7);arrow_material0.src = "../common/arrow_off.gif";arrow_special0 = new Image(40, 7);arrow_special0.src = "../common/arrow_off.gif";arrow_auto0 = new Image(40, 7);arrow_auto0.src = "../common/arrow_off.gif";arrow_contact0 = new Image(40, 7);arrow_contact0.src = "../common/arrow_off.gif";arrow_client0 = new Image(40, 7);arrow_client0.src = "../common/arrow_off.gif";}function mouseon(n){     if(browsok){          imageON = eval(n + "1.src");          document [n].src = imageON;          }}function mouseoff(n){     if(browsok){imageOFF = eval(n + "0.src");     document [n].src = imageOFF;          }}