function show(p1,p2)
{
	for(i=1; i<p2; i++)
	{
		if (i != p1){document.getElementById(i).style.display="none";}							
		else{document.getElementById(p1).style.display="block";}
	}
}

function show2(p1,p2)
{
	for(i=15; i<p2; i++)
	{
		if (i != p1){document.getElementById(i).style.display="none";}							
		else{document.getElementById(p1).style.display="block";}
	}
}

var fenster

function mapwindow() 
{
fenster = window.open("map.php","","scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width=450,height=450");
}
