// ****************  MENU *******************

function overMenu(id){
   document.getElementById('men'+id).className='menu_item_act';
}
function outMenu(id){
   document.getElementById('men'+id).className='menu_item';
}

