function centro(p,n,l,a,v1,v2,v3,v4,v5,v6,v7,v8,v9){var l = l; var a = a; var t = (screen.height/2)-(a/2); var d = (screen.width/2)-(l/2);window.open(p,n,'width='+l+',height='+a+',top='+t+',left='+d+',scrollbars='+v1+',menubar='+v2+',directories='+v3+',location='+v4+',copyhistory='+v5+',status='+v6+',toolbar='+v7+',maximized='+v8+',resizable='+v9+'');}
function Prever_HTML(form,n,l,a,v1,v2,v3,v4,v5,v6,v7,v8,v9){if(form.fonte.value != ""){var inf = form.fonte.value; var t = (screen.height/2)-(a/2); var d = (screen.width/2)-(l/2); win = window.open("about:blank", n, "width="+l+", height="+a+", top="+t+", left="+d+", scrollbars="+v1+", menubar="+v2+" directories="+v3+", location="+v4+", copyhistory="+v5+", status="+v6+", toolbar="+v7+", maximized="+v8+", resizable="+v9+""); win.document.write("" + inf + "");}else{alert("\n\nUSE O VISUALIZADOR PARA TESTAR OS CÓDIGOS\nO ESQUEMA É: CTRL+C & CTRL+V\n\n");}}
function burro(x){if(x>1){window.setTimeout("burro(1)",x);}else{document.write("<div width=100% height=100% align=center valign=middle><font face=verdana size=2 color=000000>irhrrhhnn ohhnnhn!</font><p><img src=imagens/burro.gif border=0 width=117 height=210></div>"); window.setTimeout("window.close()",2500);}}