function controle_menu($id){ 
	
/*	$mae   = document.getElementById('todos');
	$filho = $mae.getElementsByTagName('div'); 
	$total = $filho.length;
	//alert($total);
	for($i=0; $i<$total; $i++){
		
	$verif = 	$filho[$i].getAttribute('class');
	//alert($verif);
	if($verif == 'menu_sub_item'){
	$filho[$i].style.display='none';
	}
	}
	
	get($id).style.display='inline';*/
}
