function fecha_splash() {
	document.getElementById("splash").style.display = "none";
}

function abre_janela(enquete)
{
Janela = window.open('http://www.opinenow.com.br/enquete.asp?enquete=' + enquete,'pop_up','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,menubar=no,width=315,height=380')
}

function abrirpop(janela,w,h) {
    window.open(janela,'','status=no,width='+w+',height='+h+',scroll=no');	
}