	function mywin(url)
{
logwin=window.open("","logwin",'width=418,height=338,resizable=1');
if (logwin.opener==null)logwin.opener=window;
logwin.document.open();
logwin.document.writeln('<html><title>中山市中盈宠物用品厂有限公司</title>');
logwin.document.writeln('<script>var imgz = new Image();imgz.src ="'+url+'";var iW,iH;\n'+
'function init(){\nvar x_o=20, y_o=20;\nif(document.all)x_o=30\,y_o=60;\n'+
'iW=imgz.width;iH=imgz.height;window.resizeTo(iW+x_o,iH+y_o);window.focus();}'+'<\/script>');
logwin.document.writeln('<body onload="init();" onblur="window.close();"><img src="'+url+'"><p><p align="center"><font size="2" color="#FF0000">图片下载需要一定时间，请稍候...</font></html>');
logwin.document.close();
}