
<!--
function okienko_pic(vImgUrl){
   var a = new Image();
   a.src = vImgUrl;
   var vWindow = window.open("", "", "toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, scrollbars=no, copyhistory=no, left=5, top=5, width=500, height=500");
   vWindow.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\n'+
   '<html>\n'+
   '<head>\n'+
   '<title>Aisko - Dbamy o Wasze bezpieczeństwo</title>\n'+
   '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n'+
   '</head>\n'+
   '<body style="text-align: center; margin: 0px; padding: 5px; overflow: auto; background-repeat: no-repeat; background-image: url('+vImgUrl+')"; onMousedown="self.close()">\n'+
   '<img src="img/graf/alkomat_opis_trans.gif" width="100%" height="100%" alt="Aisko - Dbamy o Wasze bezpieczeństwo">\n'+
   '</body>\n'+
   '</html>\n');   
   vWindow.focus();
	vWindow.setTimeout("self.close()",20000);
}
-->

