<!--
function opEventos(URL, W, H) {
	TOP  = eval(((screen.height)/2) - (H/2));
	LEFT = eval(((screen.width)/2) - (W/2));
	window.open(URL,"evnts","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=auto,maximized=no,width="+W+",height="+H+",top="+TOP+",left="+LEFT);
}

function SHDivs(STT, URL) {
	DvFrm.document.location = (URL != null) ? URL : "vazio.html";
	var elemento			= document.getElementById('novidades');
	elemento.className		= (STT == "OFF") ? "DvFrm_OFF" : "DvFrm_ON";
}
//-->
