<!--
function mostrarVideo (videoId)
	{
	var szURL = "http://www.sampaonline.com.br/reportagens/mostraVideo.php?videoId="+videoId;
	NewWindow = open (szURL, "video", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=450,height=400,left=400,top=20,alwaysRised=yes");
	}
function launchBannerSite (idAnunciante)
	{
	var referencia = document.referrer;
	if (referencia == "") referencia = document.URL;
	var szURLAddress =  "http://www.sampaonline.com.br/comercios/Bannerlauncher.php?idAnunciante="+idAnunciante+"&ref="+escape(window.location)+"&origem="+escape(referencia);
	NewWindow = open (szURLAddress, "bannersmp", "toolbar=no,location=no,scrollbars=yes,directories=no,menubar=no,left=0,top=0,width=800,height=600,resizable=yes");
	}
function ShowPop(id)
	{
	document.getElementById(id).style.visibility = "visible";
	}
function HidePop(id)
	{
	document.getElementById(id).style.visibility = "hidden";
	}
//-->

