var state="0";
function changeNavigation(){
	if (state == "0"){
		document.getElementById("panal").style.visibility = "visible";
		document.getElementById("panal").style.Zindex = 2;
		state="1";
	}else{
		document.getElementById("panal").style.visibility = "hidden";
		document.getElementById("panal").style.Zindex = 0;
		state="0";
	}
}

function menu(){
	document.write("<table border='0' cellpadding='0' cellspacing='0'><tr><td rowspan='2'><img src='../general/de/nav/angle.png' width='60' height='55' /></td><td><a id='overview' href='http://www.blademsr.eu/de_uberblick/ubersicht_pg1.html' title='Überblick'><span>Überblick</span></a></td><td><a id='bnf' href='http://www.blademsr.eu/de_bnf/bnf.html' title='BnF'><span>BnF</span></a></td><td><a id='pano' href='http://www.blademsr.eu/de_360/von_unten.html' title='360 Ansicht'><span>360 Ansicht</span></a></td><td><a id='acc' href='http://www.blademsr.eu/de_zubehor/zubehor.html' title='Zubehör'><span>Zubehör</span></a></td><td><a id='video' href='http://www.blademsr.eu/de_videos/videos.html' title='Video'><span>Video</span></a></td><td rowspan='2'><img src='../general/de/nav/close.jpg' onclick='changeNavigation()' width='12' height='55' class='pointer'/></td></tr><tr><td><a id='features' href='http://www.blademsr.eu/de_ausstattung/ausstattung.html' title='Ausstattung'><span>Ausstattung</span></a></td><td><a id='gallery' href='http://www.blademsr.eu/de_gallerie/gallerie.html' title='Galerie'><span>Galerie</span></a></td><td><a id='box' href='http://www.blademsr.eu/de_lieferumfang/lieferumfang.html' title='Lieferumfang'><span>Lieferumfang</span></a></td><td><a id='family' href='http://www.blademsr.eu/de_familie/familie.html' title='Die Blade Familie'><span>Die Blade Familie</span></a></td><td><a id='resource' href='http://www.blademsr.eu/de_downloads/downloads.html' title='Downloads'><span>Downloads</span></a></td></tr></table>");
}
