function ShowSubnavi() {
	document.getElementById("subnavi").style.display = "block";
}