
//nn4=(document.layers) ? true : false;
//ie4=(document.all) ? true : false;

//NewWindow=null; 

function dispWG(wp, hp, id){

/*	if (NewWindow!=null)
	{
		NewWindow.close();
		NewWindow=null;
	}
*/
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=iso-8859-2\" /><TITLE>Galeria</TITLE><link rel=\"StyleSheet\" href=\"style.css\" content=\"text/css\"/><script type=\"text/javascript\" src=\"window.js\"></script></HEAD><BODY><p class=\"main\">Przykładowe fotografie produktów jakie oferujemy:<br /><br /><table><tr><td><a href=\"javascript:dispW('images/photos/full/extcessit.jpg', 660, 520, '')\"><img src=\"images/photos/thumbs/extcessitT.jpg\" border=\"0\" alt=\"\"></img></a></td><td><a href=\"javascript:dispW('images/photos/full/trailerc.jpg', 660, 520, '')\"><img src=\"images/photos/thumbs/trailercT.jpg\" border=\"0\" alt=\"\"></img></a></td><td><a href=\"javascript:dispW('images/photos/full/two.jpg', 660, 520, '')\"><img src=\"images/photos/thumbs/twoT.jpg\" border=\"0\" alt=\"\"></img></a></td><td><a href=\"javascript:dispW('images/photos/full/ocesspit.jpg', 660, 520, '')\"><img src=\"images/photos/thumbs/ocesspitT.jpg\" border=\"0\" alt=\"\"></img></a></td><td><a href=\"javascript:dispW('images/photos/full/interior.jpg', 660, 520, '')\"><img src=\"images/photos/thumbs/interiorT.jpg\" border=\"0\" alt=\"\"></img></a></td></tr></table><a class=\"t\" href=\"javascript:self.close()\">Zamknij</a></p></BODY></HTML>"); 
NewWindow.document.close();  
NewWindow.focus();  }




