<!-- Home PIC //-->

function BtEmpHomePic()
{
	document.location.href = "index.htm"; 
} 

<!-- Menu Principal //-->

function MainQuemSomos()
{
	BtQuemSomos.style.backgroundColor="#007C40"
	trQuemSomos.style.display ="block";
	trContact.style.display ="none";
	CmdContact.style.backgroundColor="#1A3B71"
} 

function MainLocPark()
{
	document.location.href = "loc_park/loc_park.htm"; 
}

function MainTariPark()
{
	document.location.href = "tari_park/tari_park.htm" ; 
}  

function MainAvencas()
{
	document.location.href = "avencas/avencas.htm" ; 
}  

function MainProdEsp()
{
	document.location.href = "prod_esp/prod_esp.htm" ; 
}

function MainContact()
{
	CmdContact.style.backgroundColor="#007C40"
	BtQuemSomos.style.backgroundColor="#1A3B71"
	trQuemSomos.style.display ="none";
	trContact.style.display ="block";
} 
    

<!-- Sub Menu Quem Somos //-->

function QsEmparque()
{
	document.location.href = "quem_somos/emparque.htm"; 
} 

function QsEstAcc()
{
	document.location.href = "quem_somos/est_accionista.htm" ; 
}

function QsOrganizacao()
{
	document.location.href = "quem_somos/organizacao.htm" ; 
}

function QsPartSociais()
{
	document.location.href = "quem_somos/parti_sociais.htm" ; 
}

<!-- Sub Menu Contactos //-->

function ContRecursosHumanos()
{
	document.location.href = "contactos/recurs_humanos.htm"; 
} 

function ContReclamacoes()
{
	document.location.href = "contactos/reclamacoes.htm" ; 
}

function ContContactos()
{
	document.location.href = "contactos/contactos.htm" ; 
}


<!-- Function Mouse //-->

function MouseOver()
{

		window.event.srcElement.style.backgroundColor="#666666"

}

function MouseOut()
{
		window.event.srcElement.style.backgroundColor=""
}