function selecturl(s) {
	var gourl = s.options[s.selectedIndex].value; window.top.location.href = gourl;
}
function detectexist(obj){
return (typeof obj !="undefined")
}

function pimage(pimg, pwidth, pheight, text)
{
var winattributes='width='+pwidth+',height='+pheight+',resizable=yes,left=0,top=0'
if (typeof pwin=="undefined" || pwin.closed)
pwin=window.open("","",winattributes)
else{ pwin.resizeTo(pwidth, pheight+30)}
pwin.document.open()
pwin.document.write('<html><title>Duże zdjęcie</title>');
pwin.document.write('<link href="../bj.css" type="text/css" rel="stylesheet">');
pwin.document.write('<body bgcolor="#FFFFFF"><center><img src="'+pimg+'" style="margin-bottom: 0.5em"><br>'+text+'<br></center><div class="c5">Zdjęcia: &copy; Producent sprzętu albo BJ System sp. z o.o. 2004</div></body></html>')
pwin.document.close()
pwin.focus()
}
setTimeout ("changePage()", 2000);
function changePage() {
	if (self.parent.frames.length != 0)
	  self.parent.location=document.location;
}
