/* copyright 2008, Samir Azambuja Yo Propaganda*/
var message="Sorry, that function is disabled.\n\n";
message+="This page is copyrighted, and ";
message+="all content is protected.";


function ReplacementFor_centraliza(){
var ReplacementFor_ns=navigator.appName=="Netscape";
var ReplacementFor_arVersion=navigator.appVersion.split("MSIE");
var version=parseFloat(ReplacementFor_arVersion[1]);
if(ReplacementFor_ns){
if(parseInt(document.body.clientWidth)>0&&parseInt(document.body.clientWidth)<=800)document.getElementById("body").style.backgroundImage="url(./img/fundo_800x600.jpg)";
if(parseInt(document.body.clientWidth)>800&&parseInt(document.body.clientWidth)<=1024)document.getElementById("body").style.backgroundImage="url(./img/fundo_1024x768.jpg)";
if(parseInt(document.body.clientWidth)>1024&&parseInt(document.body.clientWidth)<=1280)document.getElementById("body").style.backgroundImage="url(./img/fundo_1280x1024.jpg)";
if(parseInt(document.body.clientWidth)>1280&&parseInt(document.body.clientWidth)<=1440)document.getElementById("body").style.backgroundImage="url(./img/fundo_1440x900.jpg)";
document.getElementById("principal").style.left=((parseInt(document.body.clientWidth)/2)-(parseInt(document.defaultView.getComputedStyle(document.getElementById("principal"),null).width)/2))+"px";
}
else{
if(version<5.5)alert("Este site não foi desenvolvido para rodar nessa versão de browser, por favor, atualize seu browser!");
if(parseInt(document.body.clientWidth)>0&&parseInt(document.body.clientWidth)<=800)document.getElementById("body").style.backgroundImage="url(./img/fundo_800x600.jpg)";
if(parseInt(document.body.clientWidth)>800&&parseInt(document.body.clientWidth)<=1024)document.getElementById("body").style.backgroundImage="url(./img/fundo_1024x768.jpg)";
if(parseInt(document.body.clientWidth)>1024&&parseInt(document.body.clientWidth)<=1280)document.getElementById("body").style.backgroundImage="url(./img/fundo_1280x1024.jpg)";
if(parseInt(document.body.clientWidth)>1280&&parseInt(document.body.clientWidth)<=1440)document.getElementById("body").style.backgroundImage="url(./img/fundo_1440x900.jpg)";
document.getElementById("principal").style.left=((parseInt(document.body.clientWidth)/2)-(parseInt(document.getElementById("principal").currentStyle.width)/2))+"px";
}
};
function click(ReplacementFor_e){
if(document.all){
if(event.button==2){
alert(message);
return false;
};
}
if(document.ReplacementFor_layers){
if(ReplacementFor_e.which==3){
alert(message);
return false;
};
}
};

if(document.ReplacementFor_layers){
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;


