﻿//<![CDATA[
function redimensionamento() {

var larguraTELA = Math.round(screen.width);
var alturaTELA  = Math.round(screen.height);


document.getElementById("ObjBanner").style.height            = ""+(larguraTELA*0.10)+"px";
document.getElementById("ObjBanner").style.width             = ""+(larguraTELA*0.90)+"px";
//document.getElementById("ObjBanner").style.marginLeft        = ""+(larguraTELA*0.95)+"px";

             
document.getElementById("ElementosSuperiores").style.height             = ""+(alturaTELA*0.08)+"px";
document.getElementById("ElementosCentraiseInferiores").style.marginTop = ""+(alturaTELA*0.08)+"px";
document.getElementById("ElementosCentraiseInferiores").style.minHeight = ""+((alturaTELA-(alturaTELA*0.08))-25)+"px";

document.getElementById("ObjFlash_OU_LogoeImagemdefundo").style.height  = ""+(larguraTELA*0.21)+"px";
document.getElementById("Bloco_RodapeCLIENTE").style.lineHeight         = ""+(larguraTELA*0.04)+"px";

};
// ]]>
