// JavaScript Document
function abrirFoto(id, op){
	var jan =  window.open('pop_up_fotos.php?id='+id+'&op='+op,'foto','resizable=no,scrollbars=no,width=630,height=550');
	jan.focus();
}

function IrPara(url)
{
	location.href=url;
}


function trocaOverRapido(i)
{	
	document.getElementById('imenurap'+i).style.background='#F9EAC1';
	document.getElementById('imenurap'+i).style.color='#666666';
}
function trocaOutRapido(i)
{
	document.getElementById('imenurap'+i).style.background='#FCF4E0';
	document.getElementById('imenurap'+i).style.color='#666666';
}



function trocaOverRapidoSup(i)
{	
	document.getElementById('imenusup_'+i).style.color='#B7231C';
}
function trocaOutRapidoSup(i)
{
	document.getElementById('imenusup_'+i).style.color='#908E90';
}
