// JavaScript Document

function mOver1(){
	menu1.style.display = "block";
}
function mOut1(){
	menu1.style.display = "none";
}

function mOver2(){
	menu2.style.display = "block";
}
function mOut2(){
	menu2.style.display = "none";
}

function mOver3(){
	menu3.style.display = "block";
}
function mOut3(){
	menu3.style.display = "none";
}

function mOver4(){
	menu4.style.display = "block";
}
function mOut4(){
	menu4.style.display = "none";
}

function mOver5(){
	menu5.style.display = "block";
}
function mOut5(){
	menu5.style.display = "none";
}
