﻿function openwin(arg){
	window.open(arg, "", "width=340,height=260");
}



function m5Over(){
	menu5.style.display = "block";
}
function m5Out(){
	menu5.style.display = "none";
}
