function otworzokno(numer,wys,szer,nazwa) {
okno=window.open("","",'toolbar=no, menubar=no, personalbar=no, status=no, resizable=no,height='+wys+',width='+szer+',left=100,top=100');
okno.document.write("<html><head><META HTTP-EQUIV='Content-type' CONTENT='text/html; charset=iso-8859-2'><link rel='stylesheet' href='style2.css' type='text/css'><title>" + nazwa + "</title></HEAD><body background='img/kolor.gif' leftmargin='0' rightmargin='0' topmargin='0' marginwidth='0' marginheight='0'><center><table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td valign='middle' align='center'>");
okno.document.write("<a href='javascript:window.close()'><img src='pliki/" + numer + "' border=0></a><br />" + nazwa + "</td></tr></table></center></body></html>");
}
function otworzokno2(numer,wys,szer,nazwa) {
okno=window.open("","",'toolbar=no, menubar=no, personalbar=no, status=no, resizable=no,height='+wys+',width='+szer+',left=100,top=100');
okno.document.write("<html><head><META HTTP-EQUIV='Content-type' CONTENT='text/html; charset=iso-8859-2'><link rel='stylesheet' href='style2.css' type='text/css'><title>" + nazwa + "</title></HEAD><body background='img/kolor.gif' leftmargin='0' rightmargin='0' topmargin='0' marginwidth='0' marginheight='0'><center><table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td valign='middle' align='center'>");
okno.document.write("<a href='javascript:window.close()'><img src='strony/" + numer + "' border=0></a><br />" + nazwa + "</td></tr></table></center></body></html>");
}

function otworzm1(numer,wys,szer) {
	okno=window.open("","",'toolbar=no, menubar=no, personalbar=no, status=no, resizable=no,height='+wys+',width='+szer+',left=100,top=100');
	okno.document.write("<html><title>Komnaty Parteru - Wawel</title><body background='img/kolor.gif' leftmargin=0 rightmargin=0 topmargin=0 marginwidth=0 marginheight=0><center><table border=0 cellpadding=0 cellspacing=0 width=100% height=100%><tr><td valign=middle align=center>");
	okno.document.write("<img src=ekspozycje/mapa1.gif border=0 USEMAP='/#mapa1_Map'><MAP NAME='mapa1_Map'><AREA SHAPE='rect' ALT='salon wielkorządcy' COORDS='293,187,394,246' HREF='javascript:opener.location.replace(\"index.php?s=ekspozycje&id=1#1\");'><AREA SHAPE='rect' ALT='salon wielkorządcy' COORDS='9,99,195,124' HREF='javascript:opener.location.replace(\"index.php?s=ekspozycje&id=1#1\");' ></MAP></td></tr></table></center></body></html>");
}

function otworzm(tytul,plik,szer,wys) {
	okno=window.open("","",'toolbar=no, menubar=no, personalbar=no, status=no, resizable=no,height='+ wys +',width='+ szer +',left=100,top=100');
	okno.document.write("<html><title>" + tytul + "</title><body background='img/kolor.gif' leftmargin=0 rightmargin=0 topmargin=0 marginwidth=0 marginheight=0><center><table border=0 cellpadding=0 cellspacing=0 width=100% height=100%><tr><td valign=middle align=center>");
	okno.document.write("<img src=ekspozycje/" + plik + " border=0></td></tr></table></center></body></html>");
}

function change_values(obj) {
	if (obj.value == obj.defaultValue)
		obj.value = "";
	else if (obj.value == "")
		obj.value = obj.defaultValue;
}

function podmien(numer, nazwa) 
{
    if(document.images)
    	document[nazwa].src = img[numer].src; 
}

window.onload = function() {
  nodes = document.getElementById('nav').getElementsByTagName('li');
  for (i=0; i != nodes.length; i++) {
    nodes[i].onmouseover = function() {
      this.className = 'over';
    }
    nodes[i].onmouseout = function() {
      this.className = this.className.replace('over', '');
	  }
  }
}
