function divswitchto(x,state)
	{
	if (document.all)
		{ //IS IE 4 or 5 or 7 (or 6 beta)
		eval('document.all.' + x + '.style.display = "' + state + '"');
		}
	if (document.layers)
		{ //IS NETSCAPE 4 or below
		document.layers[x].display = state;
		}
	if (document.getElementById &&!document.all)
		{
		hza = document.getElementById(x);
		hza.style.display = state;
		}
	}

function divactivate(x)
	{
	divswitchto('home','none');
	divswitchto('firstpage','none');
	divswitchto('onas','none');
	divswitchto('zdjecia','none');
	divswitchto('film','none');
	divswitchto('muzyka','none');
	divswitchto('zamow','none');
	divswitchto('pomoc','none');	
	divswitchto('kontakt','none');

	divswitchto(x,'block');
	}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function wyswietl(co) {
var ile = 8; for (var i = 1; i <= ile; i++)
if(co != i) 
document.getElementById("w_" + i).style.display = 'none';

else
document.getElementById("w_" + i).style.display = 'block';

}
