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/uk/nav/angle.png' width='55' height='55' /></td><td><a id='overview' href='http://www.blademsr.eu/uk_overview/overview_pg1.html' title='Overview'><span>Overview</span></a></td><td><a id='bnf' href='http://www.blademsr.eu/uk_bnf/bnf.html' title='BnF'><span>BnF</span></a></td><td><a id='pano' href='http://www.blademsr.eu/uk_360/low_view.html' title='360 View'><span>360 View</span></a></td><td><a id='acc' href='http://www.blademsr.eu/uk_accessories/accessories.html' title='Accessories'><span>Accessories</span></a></td><td><a id='video' href='http://www.blademsr.eu/uk_videos/videos.html' title='Video'><span>Video</span></a></td><td rowspan='2'><img src='../general/uk/nav/close.jpg' onclick='changeNavigation()' width='12' height='55' class='pointer'/></td></tr><tr><td><a id='features' href='http://www.blademsr.eu/uk_features/features.html' title='Features'><span>Features</span></a></td><td><a id='gallery' href='http://www.blademsr.eu/uk_gallery/gallery.html' title='Gallery'><span>Gallery</span></a></td><td><a id='box' href='http://www.blademsr.eu/uk_inthebox/in_the_box.html' title='In the Box'><span>In the Box</span></a></td><td><a id='family' href='http://www.blademsr.eu/uk_family/family.html' title='Family'><span>Blade Family</span></a></td><td><a id='resource' href='http://www.blademsr.eu/uk_resources/resources.html' title='Resources'><span>Resources</span></a></td></tr></table>");
}

