function menu_div_open(menuid){
	document.getElementById(menuid).style.display = 'block';
}

function menu_div_close(menuid){
	document.getElementById(menuid).style.display = 'none';
}

function overBgcolor(t) {
	t.style.background="#eeedf5";
	t.style.color="#49a035";
	t.style.fontSize="12px";
}

function outBgcolor(t) {
	t.style.background="#FFFFFF";
	t.style.color="#464646";
	t.style.fontSize="12px";
}
