// JavaScript Document
<!--
function rand()
      {
          var now=new Date()
          var num=(now.getSeconds())%60
          var num=num+1;
		  return num;
      }

function bigwin(im){
var w,n='';
n=rand();
w=window.open("",n,"left=0,top=0,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,menubar=yes,location=yes");
w.document.open();
w.document.writeln('<html><head><title>РосанПак. Виробник пластикової упаковки.</title>');
w.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=windows-1251"></head>');
w.document.writeln('<body><table width="100%" height="100%"><tr>');
w.document.writeln('<td align="center" valign="middle">');
w.document.writeln('<a href="javascript:window.close()"><img src="'+im+'" alt="" border="0"/></a><br>');
w.document.writeln('</td></tr></table></body></html>');
w.document.close();
}



//-->
