function display_submenu(elmnt){
	elmnt.childNodes[2].style.visibility='visible';
	elmnt.childNodes[2].style.left='-15px';
	elmnt.className = 'w_d_down_hover';
	//alert(elmnt.childNodes[2].type)
}

function bhhag(elmnt){
	elmnt.childNodes[2].style.left='-3000px';
	elmnt.childNodes[2].style.visibility='hidden';
	elmnt.className = 'w_d_down';
	//elmnt.className = elmnt.className.replace(' t_menu_selected', '');
}


