function picwin(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
        newWindow = window.open("","newWindow","width=600,height=325,left="+posLeft+",top="+posTop);
        newWindow.document.open();
        newWindow.document.write('<html><head><title>Mapa Sala Zabaw Kajtek<\/title><\/head><body bgcolor="#07BABE" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()"><center><b><FONT color=white face=Verdana style="font-size=18px;" onClick="window.print()" style="cursor:hand" title="Kliknij by wydrukować">[ Wydrukuj ]<br><\/FONT>');
        newWindow.document.write('<img src='+imageName+' width=600 height=279 alt=Mapa_Sala_Zabaw_Kajtek border="0">');
        newWindow.document.write('<\/a>');
        newWindow.document.write('<br><font style="font-size:14px;color:white;font-family:Verdana;">Tel 0-695 696-000 &nbsp; Dojazd:A-64,69,75,77,85,90,91,98 &nbsp; T-3,8,9,10 <\/body><\/html>');
        newWindow.document.close();
        newWindow.focus();}


