function showSubmenu(id)
{
	document.getElementById(id).className = "hor_menu_div_hover";
}
function hideSubmenu(id)
{
	document.getElementById(id).className = "hor_menu_div";
}