function Popup(pic,b,h){var windowRef =window.open('',name,'resizable=1,scrollbars=1,toolbar=0,statusbar=0,menubar=0,width='+b+',height='+h);windowRef.document.open();windowRef.document.write('<body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>');windowRef.document.write('<img src="'+pic+'"></body></html>');windowRef.document.close(); } 
