   var i=0;
function WinOpen(name,width,height) {
   msg=open("","DisplayWindow"+i,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width="+width+",height="+height);
   msg.document.write("<html><head><title>上海安杨电光源材料有限公司</title></head>");
   msg.document.write("<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>");
   msg.document.write("<body bgcolor='white' style='margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px' topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");
   msg.document.write("<img src='img/",name,"'>");
   msg.document.write("</body></html>");
   i++;
}

