// JavaScript Document
function IrPara(url)
{
	location.href=url;
}


function trocaOverRapido(i)
{	
	document.getElementById('imenurap'+i).style.background='#E2E2E2';
	document.getElementById('imenurap'+i).style.color='#8A8A8A';
}
function trocaOutRapido(i)
{
	document.getElementById('imenurap'+i).style.background='#EFEFEF';
	document.getElementById('imenurap'+i).style.color='#8A8A8A';
}
