function abrirurl(url)
{
	window.open(url + ".php", "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=780,height=500");
}

function alterarImg(foto, legenda)
{
	document.getElementById('ampliar').src = foto;
	document.getElementById('texto').innerHTML = legenda;
}

function abreM(url,janela,scroll)
{
	W = 700;
	H = 500;
	window.open(url,janela,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",resizable=no,copyhistory=no,width="+W+",height="+H+",top=0,left=20");
}

function visualiza(id)
{
	window.open("visualiza_pracas.php?id=" + id, "", "resizable=no, toolbar=no, status=no, menubar=no, maximize=no, scrollbars=yes, width=300, height=300");
}

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-11325742-3");
pageTracker._trackPageview();
} catch(err) {}
