<!--
function view(img)
{
var newwin=open("","mywin","width=700,height=600,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no, status=no,top=10,left=50");
newwin.document.writeln("<html><head><title>Figure Browse--WEIHUA ELECTRONIC CO.,LTD</title></head><body bgcolo=#ffffff><table width=100% height=100%><tr><td align=center valign=middle>");
newwin.document.writeln("<img name=big src=../../ch/productpage/product/"+img+"></td></tr></table></body></html>");
newwin.document.close();
newwin.focus();
}
//-->