
window.onload = function() {
	document.getElementById("navi1").onmouseover = function() {
		document.getElementById("navi_list1").style.visibility = "visible";
	};
	document.getElementById("navi1").onmouseout = function() {
		document.getElementById("navi_list1").style.visibility = "hidden";
	};
	document.getElementById("navi2").onmouseover = function() {
		document.getElementById("navi_list2").style.visibility = "visible";
	};
	document.getElementById("navi2").onmouseout = function() {
		document.getElementById("navi_list2").style.visibility = "hidden";
	};
	document.getElementById("navi3").onmouseover = function() {
		document.getElementById("navi_list3").style.visibility = "visible";
	};
	document.getElementById("navi3").onmouseout = function() {
		document.getElementById("navi_list3").style.visibility = "hidden";
	};
	document.getElementById("navi4").onmouseover = function() {
		document.getElementById("navi_list4").style.visibility = "visible";
	};
	document.getElementById("navi4").onmouseout = function() {
		document.getElementById("navi_list4").style.visibility = "hidden";
	};
	document.getElementById("navi5").onmouseover = function() {
		document.getElementById("navi_list5").style.visibility = "visible";
	};
	document.getElementById("navi5").onmouseout = function() {
		document.getElementById("navi_list5").style.visibility = "hidden";
	};
	document.getElementById("navi6").onmouseover = function() {
		document.getElementById("navi_list6").style.visibility = "visible";
	};
	document.getElementById("navi6").onmouseout = function() {
		document.getElementById("navi_list6").style.visibility = "hidden";
	};
	document.getElementById("navi7").onmouseover = function() {
		document.getElementById("navi_list7").style.visibility = "visible";
	};
	document.getElementById("navi7").onmouseout = function() {
		document.getElementById("navi_list7").style.visibility = "hidden";
	};
	document.getElementById("navi8").onmouseover = function() {
		document.getElementById("navi_list8").style.visibility = "visible";
	};
	document.getElementById("navi8").onmouseout = function() {
		document.getElementById("navi_list8").style.visibility = "hidden";
	};
};
