// JavaScript Document
var HTMLCarregando  = '<span><img src="imagens/loaded.gif" width="16" height="16"></span>';

function abrirFoto(id, op){
 window.open('pop_up_fotos.php?id='+id+'&op='+op,'foto','resizable=no,scrollbars=no,width=630,height=550');
}

function abrirVideo(id){
 window.open('pop_up_videos.php?id='+id+'&op=video','video','resizable=no,scrollbars=no,width=401,height=480');
}

function IrPara(url)
{
	location.href=url;
}
function trocaOver(i)
{	
	document.getElementById('imenu'+i).style.background='#3E9803';
	document.getElementById('imenu'+i).style.color='#FFFFFF';
}
function trocaOut(i)
{
	document.getElementById('imenu'+i).style.background='#FFFFFF';
	document.getElementById('imenu'+i).style.color='#333333';
}

function trocaOverRapido(i)
{	
	document.getElementById('imenurap'+i).style.background='#51AC04';
	document.getElementById('imenurap'+i).style.color='#FFFFFF';
}
function trocaOutRapido(i)
{
	document.getElementById('imenurap'+i).style.background='#FFFFFF';
	document.getElementById('imenurap'+i).style.color='#8A8A8A';
}

function mostraCidade(div)
{
	document.getElementById(div).innerHTML = HTMLCarregando;
	xajax_mostraCidade(div, document.frmProcessoSeletivo.fk_estado.value);
}