
nn4=(document.layers) ? true : false;
ie4=(document.all) ? true : false;

NewWindow=null; 

function dispW(str, wp, hp, id){


NewWindow=window.open('','','width='+wp+',height='+hp+',resizable=yes'); 
NewWindow.document.open(); 
NewWindow.document.write ("<HTML><head><meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" /><TITLE>"+str+"</TITLE><link rel=\"StyleSheet\" href=\"style.css\" content=\"text/css\"/></HEAD><BODY><img style=\"margin: 0px auto;\" src="+str+"><a class=\"links\" href=\"javascript:self.close()\"><br />Zamknij</a></BODY></HTML>"); 
NewWindow.document.close();  
NewWindow.focus();  }




