<!-- hide script from old browsers

	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
	if (browserName == "Netscape" && browserVer >= 3) version = "n3"; 
	else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "n3";
	else version = "n2";
	if (version == "n3")

	{	

		ang = new Image();
		ang.src = "images/PrzycAng.jpg";
		ang_on = new Image();
		ang_on.src = "images/PrzycAng1.jpg";
		 nie = new Image();
		 nie.src = "images/PrzycNiem.jpg";
		 nie_on = new Image();
		 nie_on.src = "images/PrzycNiem1.jpg";
		ros = new Image();
		ros.src = "images/PrzycRos.jpg";
		ros_on = new Image();
		ros_on.src = "images/PrzycRos1.jpg";
		 muz = new Image();
		 muz.src = "images/PrzycMuzykaWl.jpg";
		 muz_on = new Image();
		 muz_on.src = "images/PrzycMuzykaWl1.jpg";
		pol = new Image();
		pol.src = "images/PrzycPol.jpg";
		pol_on = new Image();
		pol_on.src = "images/PrzycPol1.jpg";
		 poln = new Image();
		 poln.src = "images/PrzycPoln.jpg";
		 poln_on = new Image();
		 poln_on.src = "images/PrzycPol1n.jpg";
		polr = new Image();
		polr.src = "images/PrzycPolr.jpg";
		polr_on = new Image();
		polr_on.src = "images/PrzycPolr1.jpg";
		

}

		function img_on(imgName) {
		if (version == "n3") {
		imgOn = eval(imgName + "_on.src");
		document [imgName].src = imgOn;
		} }
		function img_out(imgName) {
		if (version == "n3") {
		imgOut = eval(imgName + ".src");
		document [imgName].src = imgOut;
		} }

var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}


function OpenWindow(theURL,winName,w,h,scroll)
{
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
pop = window.open(theURL,winName,settings);
pop.document.write('<title>GALERIA  NEK</title><body background="images/tlo.jpg" topmargin="0" leftmargin="0"><br>');
pop.document.write('<p align=center><a href="javascript:window.close();"><img src="'+theURL+'" alt="Zamknij okno" border=0></a></p>');
pop.document.write('</body>');
}
// end hiding script from old browsers -->

