function Direitos()
{
	window.status="BOLSA DE VALORES DE CABO VERDE - SISTEMA DESENVOLVIDO PELA NOSi"	
}



function IrPara(Indice)
{
	var ItemSelecionado = document.LinkRapido.elements[Indice].selectedIndex
	var url= document.LinkRapido.elements[Indice].options[ItemSelecionado].value
	
	window.location.href = url
}



function Reload()
{
	setInterval("Iniciar()",1000*60*10)
}



function Iniciar()
{
	window.location.reload()
}