function intro(){
  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="1024" HEIGHT="434" id="intro" ALIGN=""><PARAM NAME=movie VALUE="images/intro.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="images/intro.swf" quality=high bgcolor=#FFFFFF  WIDTH="1024" HEIGHT="434" NAME="intro" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');
}
function top(){
  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="795" HEIGHT="290" id="top" ALIGN=""><PARAM NAME=movie VALUE="images/top.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="images/top.swf" quality=best bgcolor=#FFFFFF  WIDTH="795" HEIGHT="290" NAME="top" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');
}
function zoom(w,h,src)
{
  var txt= Math.round(1000*Math.random());
  title="kliknij by zamknac";
  nwndw=window.open('','newhtml'+txt+'','width='+w+',height='+h+',top=50,left=50,resizable=0,scrollbars=0,menubar=0,fullscreen=no');
  nwndw.document.open();
  nwndw.document.clear();
  nwndw.document.write("<html><head><title>"+title+"</title>\n");
  nwndw.document.write("</head>\n"+"<body bottommargin=0 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 bgcolor=#FFFFFF>\n");
  nwndw.document.write("<table cellspacing=0 cellpadding=0 align=center border=0><tr><td>");
  nwndw.document.write("<a href='javascript:this.close();'><img src="+src+" width="+w+" height="+h+" border=0></a>");
  nwndw.document.write("</td></tr></table>"+"</body>\n"+"</html>");
  nwndw.document.close();
  nwndw.focus();
}

