// JavaScript Document
function janelanimada(endereco) {
var velocidadev = 5; 
var topo = 0;
var esquerda = 0;
var velocidadeh = 8;
if (document.all) {
var tamlar = window.screen.availHeight;
var tamjan = window.screen.availWidth;
var tamanho = window.open("","","left=" + esquerda + ",top=" + topo + ",width=1,height=1,scrollbars=yes");
for (sizeheight = 1; sizeheight < tamlar; sizeheight += velocidadev) {
tamanho.resizeTo("1",sizeheight );}
for (sizewidth = 1; sizewidth < tamjan; sizewidth += velocidadeh) {
tamanho.resizeTo(sizewidth+6,sizeheight );}
tamanho.location = endereco;}
else
window.location = endereco;}