// JavaScript Document
window.status = ":: PARQUE AQUÁTICO TRIÂNGULO AZUL ::";
function fecha(){
document.getElementById('credito').style.visibility='hidden';
window.clearTimeout(timer);
}
function creditos() {
document.getElementById('credito').style.visibility='visible';
timer=window.setTimeout('fecha()',5000);
}
txt = "<div id='credito' style='position:absolute; left:0px; top:339px; width:100%; height:117px; z-index:1; visibility: hidden;'><table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td><table width='250' border='0' align='center' cellpadding='5' cellspacing='2'><tr><td align='center' background='bg.jpg' style='border: 1 solid #024DFF;'><font class='preto'><br><br>Desenvolvido por agenciamaxmidia.com.br<br><br>Design: Nayla<br>Programador: Ronnie Garcia<br>Textos: Ana Rita<br><br></font></td></tr><tr><td align='center' background='bg.jpg' style='border: 1 solid #024DFF;'><strong><a href='javascript:fecha();'>Fechar</a></strong></td></tr><tr></tr></table></td></tr></table></div>"
