function zamknij() {
  document.getElementById("okienko").style.display="none";
}
lewa = (screen.width) ? (screen.width-330)/2 : 0;
//gora = (screen.height) ? (screen.height-800)/2 : 0;
// -->

document.write ('<span id="okienko" style="position:absolute; display:block; top:55px; left:'+lewa+'px">')
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="330" height="550" >\n');
document.write('<param name="movie" value="sklep.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<!--[if !IE]> <-->\n');
document.write('<object data="sklep.swf" type="application/x-shockwave-flash" width="330" height="550" >\n');
document.write('<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
document.write('<!--> <![endif]-->\n');
document.write('</object>\n');
document.write ('</span>');
