function prod (hp) {if(hp =="prod01") {hp="products/prod_01main.html";}if(hp =="prod02") {hp="products/prod_02main.html";}if(hp =="prod03") {hp="products/prod_03main.html";}if(hp =="prod04") {hp="products/prod_04main.html";}if(hp =="prod05") {hp="products/prod_05main.html";}if(hp =="prod06") {hp="products/prod_06main.html";}if(hp =="prod07") {hp="products/prod_07main.html";}if(hp =="prod08") {hp="products/prod_08main.html";}if(hp =="prod09") {hp="products/prod_09main.html";}if(hp =="prod10") {hp="products/prod_10main.html";}if(hp =="prod11") {hp="products/prod_11main.html";}if(hp =="prod12") {hp="products/prod_12main.html";}if(hp =="prod13") {hp="products/prod_13main.html";}if(hp =="prod14") {hp="products/prod_14main.html";}if(hp =="prod15") {hp="products/prod_15main.html";}if(hp =="prod16") {hp="products/prod_16main.html";}if(hp =="prod17") {hp="products/prod_17main.html";}if(hp =="prod18") {hp="products/prod_18main.html";}var win;win=window.open(hp,"prodwindow","width=530,height=350,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");win.focus();}