function openPictureWindow_Fever(imageName,imageWidth,imageHeight,alt,posLeft,posTop) 
{
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><link rel="stylesheet" href="style.css" type="text/css"><body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">'); 
	newWindow.document.write('<img src='+imageName+'>'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

function selecturl(s) {
	var gourl = s.options[s.selectedIndex].value; 
	window.top.location.href =gourl;
}

function ShowWKoment(imageName,imageWidth,imageHeight,alt,posLeft,posTop,koment) 
{
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+(parseInt(imageHeight)+parseInt(43))+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><link rel="stylesheet" href="style.css" type="text/css"><body bgcolor="#000000" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">'); 
	newWindow.document.write('<img src='+imageName+'>'); 
	newWindow.document.write('<br><br><center>'+koment+'</center><br>'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

function MM_preloadImages() 
{
	var d=document; 
	if(d.images)
		{ 
			if(!d.MM_p) 
				d.MM_p=new Array();
			var i,j=d.MM_p.length,a=MM_preloadImages.arguments; 
			for(i=0; i<a.length; i++)
				if (a[i].indexOf("#")!=0)
					{ 
						d.MM_p[j]=new Image; 
						d.MM_p[j++].src=a[i];
					}
		}
}

function displayWindow(adres,szerokosc,wysokosc) 
{ 
okno = window.open("","okno","width="+szerokosc+",height="+wysokosc);
okno.document.open();
okno.document.write('<html><title>Zabytki Opola</title><head><link rel="stylesheet" href="style.css" type="text/css"></head><body LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><img src="'+adres+'" border=0"></body></html>');
}


function mov(el, obrazek, el1, obrazek1) 
{
	var glowna = document.getElementById(el);
	var glowna1 = document.getElementById(el1);
	glowna.style.backgroundImage = "url("+obrazek+")";
	glowna1.style.backgroundImage = "url("+obrazek1+")";
	glowna.style.color = "#000080";

}


function mov1(el, obrazek, el1, obrazek1) 
{
	var glowna = document.getElementById(el);
	var glowna1 = document.getElementById(el1);
	glowna.style.backgroundImage = "url("+obrazek+")";
	glowna1.style.backgroundImage = "url("+obrazek1+")";
	glowna.style.color = "#B22222";
}


function zm(el, obrazek) 
{
	var glowna = document.getElementById(el);
	glowna.style.backgroundImage = "url("+obrazek+")";
	//glowna.style.background = "#808080";
	//glowna.style.color = "#808080";
}


function zm1(el, obrazek) 
{
	var glowna = document.getElementById(el);
	glowna.style.backgroundImage = "url("+obrazek+")";
	//glowna.style.background = "#FF159E";
	//glowna.style.color = "#FF159E";
}


function zmkol(el) 
{
	var glowna = document.getElementById(el);
	glowna.style.color = "#FF4500";
}


function zmkol1(el) 
{
	var glowna = document.getElementById(el);
	glowna.style.color = "#000080";
}


function addbookmark()
{
	if (document.all)
		window.external.AddFavorite("http://www.staszic.opole.pl", "Zespół Szkół Zawodowych im Stanisława Staszica w Opolu")
}


function addhomepage()
{
	this.setHomePage('http://www.staszic.opole.pl/')
}




