// JavaScript Document

function menu1_over(id){
	document.getElementById("a1m"+id).style.backgroundColor='#AD0400';
}

function menu1_out(id){
	document.getElementById("a1m"+id).style.backgroundColor='#CE0800';
}

function menu2_over(id){
	document.getElementById("21m"+id).style.backgroundColor='#7B827B';
	document.getElementById("22m"+id).style.backgroundColor='#7B827B';
}

function menu2_out(id){
	document.getElementById("21m"+id).style.backgroundColor='#949694';
	document.getElementById("22m"+id).style.backgroundColor='#949694';
}

function menu3_over(id){
	//document.getElementById("a2m"+id).style.backgroundImage='url(/media/images/ico/str3.gif)';
	//document.getElementById(id).style.backgroundImage='url(grafika/str3.gif)';
	document.images["a2m"+id].src="/media/images/ico/str3.gif";
}

function menu3_out(id){
	//document.getElementById("a2m"+id).style.backgroundImage='url(/media/images/ico/str3_none.gif)';
	//document.getElementById(id).style.backgroundImage='url(grafika/str3_none.gif)';
	document.images["a2m"+id].src="/media/images/ico/str3_none.gif";
}

//funkcja do wyswietlania popupu
var okno='';
function popup(wi,he,uerel,alignx,aligny,scrol)
{
	if(okno &&!okno.closed){okno.close()}
	if(wi=='100%'){wi=screen.availWidth-30}
	if(he=='100%'){he=screen.availHeight-0}
	if(alignx=='left'){xx=0}
	else if(alignx=='right'){xx=(screen.availWidth-wi)-10}
	else{xx=(screen.availWidth-wi)/2}
	if(aligny=='top'){yy=0}
	else if(aligny=='bottom'){yy=(screen.availHeight-he)}
	else{yy=(screen.availHeight-he)/2}
    
	okno=window.open(uerel, '_blank', 'scrollbars='+scrol+',height='+he+',width='+wi+',top='+yy+',left='+xx);
}

function fonMapa(n){document.images['mapa'].src='http://new.spectus.com.pl/media/images/mapa/mapa'+n+'.gif';}
function foffMapa(n){document.images['mapa'].src='http://new.spectus.com.pl/media/images/mapa/mapa'+n+'.gif';}