function op(){
pa = self.location.pathname
sa = self.location.href.substring(0,self.location.href.indexOf("prod5"))
img = self.location.pathname.substring(pa.indexOf("prod5"))
img = "images/" + img.substring(0,img.length-4) + "_1.jpg"

window.open(img,"","")
/*
tit = "<html><head><script language=JavaScript src="+ sa +"print.js><"+"/script></head><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><center><img name=im src=" + img + "><br>如只需列印本圖請於空白處按滑鼠右鍵選列印<br><input type=button value=關閉本視窗 onClick='javascript:self.close()' id=button1 name=button1><input type=button name=print value=列印圖、文（只適IE5.0） onClick=tmt_print('self')><center>"
tit += "<script>w = document.all.im.width;h = document.all.im.height;self.resizeTo(w,h+80);self.moveTo((screen.Width-w)/2,(screen.Height-h-60)/2)<"+"/script></body></html>"
ope = window.open("","aa","scrollbars=no")
ope.close()
ope = window.open("","aa","scrollbars=no")
ope.document.writeln(tit)
ope.document.write.close()
ope.location.reload()
*/
}
