<!-- ROLLOVER MENU//->
function Abre(nomeLayer) {
	var obj = MM_findObj(nomeLayer);
	obj.style.height='43px';	
	obj.style.width='240px'; 		
	//obj.style.display = 'inline';
}

function Fecha(nomeLayer) {
	var obj = MM_findObj(nomeLayer);
	obj.style.height='13px'; 	
	obj.style.width='78px'; 	
	//obj.style.display = 'none';	
}