function otworzFlash(imageName) {




        newWindow = window.open("","okno","scrollbars=no,width=1,height=1,left=0,top=0");
        newWindow.document.open();
        
        newWindow.document.write('<html><title>'+alt+'</title>');

        newWindow.document.write('<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" >');
        newWindow.document.write('<center>');        
       //newWindow.document.write('<div id="napis"><p style="font-family: Verdana,Tahoma,Arial; font-size: 11px; color: #003262; margin:10;">Otwieram plik...</p></div>');-->
        //newWindow.document.write('<img src='+imageName+' name="fotografia" alt='+alt+' vspace=0 hspace=0>');
		
		newWindow.document.write('<script type="text/javascript">');
		//newWindow.document.write('insertFlashMovie("flash/mapa","719","49","opaque");');
		newWindow.document.write('</script>');

       // newWindow.moveTo((screen.width-newWindow.document.fotografia.width)/2,(screen.height-newWindow.document.fotografia.height)/2);

        //newWindow.document.write(newWindow.document.fotografia.width);
        //newWindow.document.write(newWindow.document.fotografia.height);

        newWindow.document.write('</body></html>');

        newWindow.document.close();
        newWindow.focus();
}
