// JavaScript Document
noweOkienko = null;
function display(src, w, h){
	w=600;
	h=450;
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}else{
 aw=640;
 ah=450;
}
if(noweOkienko==null || noweOkienko.closed){
 ustawienia=
 "left=" + (aw-w)/2 + ","
 +"top=" + (ah-h)/2 + ","
 +"screenX=" + (aw-w)/2 + ","
 +"screenY=" + (ah-h)/2 + ","
 +"width=" + w + ","
 +"height=" + h + ","
 +"innerWidth=" + w + ","
 +"innerHeight=" + h + ","
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=yes,"
 +"menubar=no,"
 +"scrollbars=no,"
 +"resizable=yes"
 noweOkienko = window.open("",'obrazek',ustawienia);
}
noweOkienko.document.open();
noweOkienko.document.clear();

noweOkienko.document.write("<html><head><title>wydawnictwo, aranżacje wnętrz</title>\n"
+"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\" />"
+"<script language=\"javascript\" type=\"text/javascript\">\n"
+"<!--\n"
+"var i=0;\n"
+"function powieksz() {\n"
+"  if (navigator.appName == 'Netscape') i=0;\n"
    +"if (document.images[0]) window.resizeTo(document.images[0].width+8, document.images[0].height+70);\n"
     +"self.focus();\n"
     +"}\n"
     +"//-->\n"
    +" </script>\n"
+"</head><body bgcolor=#FFFFFF marginheight=0 marginwidth=0 topmargin=0 leftmargin=0 onload=\"powieksz();\">\n"
+"<div class=bgfoto id='wait' style='position:absolute; left:" + (w-120)/2 + "px; top:" + h/2 + "px; width:" + w + "; height=" + h + "; z-index:1'><font size='2'  face='tahoma'>proszę czekać</font></div>\n"
+"<div id='img' style='position:absolute; left:0; top:0; width:200; height:200px; z-index:2' align='center'><a href='javascript:window.close()'><img src="+ src + "  alt='zamknij' border=0 hspace=0 vspace=0></a></div>\n"
+"</body></html>"
);

noweOkienko.document.close();
noweOkienko.focus();
}
