function show(altdiv)
{
	if (document.all) eval(altdiv).style.visibility='visible';
}

function hide(altdiv)
{
	if (document.all) eval(altdiv).style.visibility='hidden';
}

function show_news()
{
	show('news'); 
	show('news2'); 
	hide('kino'); 
	hide('kino2');
}

function show_kino()
{
	hide('news'); 
	hide('news2'); 
	show('kino'); 
	show('kino2');
}

function show_home()
{
	hide('kontakt'); 
	hide('kontakt1'); 
	hide('mapa'); 
	hide('mapa2'); 
	show('home'); 
	show('home2');
	show('plakat1');

}

function show_mapa()
{
	hide('kontakt'); 
	hide('kontakt2'); 
	show('mapa'); 
	show('mapa2'); 
	hide('home'); 
	hide('home2');
	hide('plakat1');
	hide('plakat2');
	hide('plakat3');
	hide('plakat4');
	hide('plakat5');
	hide('plakat6');
	hide('plakat7');
	hide('plakat8');
	hide('plakat9');
}

function show_kontakt()
{
	show('kontakt'); 
	show('kontakt2'); 
	hide('mapa'); 
	hide('mapa2'); 
	hide('home'); 
	hide('home2');
	hide('plakat1');
	hide('plakat2');
	hide('plakat3');
	hide('plakat4');
	hide('plakat5');
	hide('plakat6');
	hide('plakat7');
	hide('plakat8');
	hide('plakat9');
}

function openPhoto(numer)
{
	pop=window.open("","pop","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, fullscreen=0, channelmode=0, width=850, height=750, top=10, left=50")
	pop.document.write('<BODY BGCOLOR=#004C92 TOPMARGIN=0 LEFTMARGIN=0>');
	pop.document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100% HEIGHT=100%><TR><TD WIDTH=100% HEIGHT=100% ALIGN=center VALIGN=middle><IMG SRC=photos/big//photo'+numer+'.jpg Border=1><BR></TD></TR></TABLE>');
	pop.document.write('</BODY>');
}

function showPlakat(no)
{
	for (i=1; i<=9; i++)
	{
		if (no!=i)
		{
			document.getElementById('plakat'+i).style.display="none";
		}
	}
	
	document.getElementById('plakat'+no).style.display="";
}


function openPhoto2009(numer,zakres)
{
	window.open("photo.php?id="+numer+"&photos="+zakres,"pop","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, fullscreen=0, channelmode=0, width=950, height=750, top=10, left=50")
}