<!--hide this script from non-javascript-enabled browsers

function mostra(item,item2){
	for (i=3;i<1;i++){
		menu_p=eval("menu" + i);
		if (menu_p != item){
			menu_p.style.display='none';
		}
	}

	if (item.style.display=='none'){
		item.style.display='';
	}else{
		item.style.display='none';
	}
}

function fondo(objeto,color){
	if (!objeto.contains(event.fromElement)) {
		objeto.style.cursor = 'hand';
		objeto.bgColor = color;
	}else{
		objeto.style.cursor = 'default';
		objeto.bgColor = color;
	}
}	

function flipImage(url)
	{
		if (window.event.srcElement.tagName == "IMG" ) {
			window.event.srcElement.src = url;
		}
	}

function CambiaSeccion(strURLSeccion)
	{
		parent.frCuerpo.location.href=strURLSeccion;
	}
	
	
// stop hiding -->
