function linke(odiv, url){
myAjax = new Ajax.Updater(odiv,url);
}

function fcarregando2(){
document.getElementById("mcarrega").innerHTML="<img src=\"http://www.ifenix.com.br/imgs/c2.gif\" width=\"72\" height=\"16\" border=\"0\">";
}
function scarregou2(){
document.getElementById("mcarrega").innerHTML="<input type=\"button\" value=\"calcular\" onclick=\"javascript:envCep('40010')\">";
linke('rad', 'http://www.ifenix.com.br/radios.php');
linke('totalmc', 'http://www.ifenix.com.br/totalmc.php');
}
function fcarrega2(){
scarregou2();
setTimeout("scarregou2()", 100);
setTimeout("scarregou2()", 1000);
setTimeout("scarregou2()", 2000);
}

function mBT(bt){
for(i=1;i<=4;i++){
document.getElementById('bth'+i).style.backgroundImage="url('http://www.ifenix.com.br/imgs/fbd.gif')";
document.getElementById('bth'+i).style.border='none';
document.getElementById('bth'+i).style.padding="7px";
document.getElementById('bth'+i).style.color="#1A3155";
document.getElementById('smh'+i).style.display='none';
}
document.getElementById('bth'+bt).style.backgroundImage="url('http://www.ifenix.com.br/imgs/fba.jpg')";
document.getElementById('bth'+bt).style.paddingLeft="15px";
document.getElementById('bth'+bt).style.paddingRight="15px";
document.getElementById('bth'+bt).style.borderLeft="1px solid #333";
document.getElementById('bth'+bt).style.borderRight="1px solid #333";
document.getElementById('smh'+bt).style.display='inline';
}

function BTa(id){
for(i=1;i<=4;i++){
document.getElementById('smh'+i).style.display='none';
}
document.getElementById('smh'+id).style.display='inline';
}

function abre(url, larg, alt) {
window.open(url, 'exibe', 'top=150,left=350,width='+larg+',height='+alt+',resizable=no,scrollbars=auto');
}

function abredes(imagem, altura, larg, tit){
ami = document.getElementById('amini').style;
ami.display="block";
ami.height=altura;
alti=altura-140;
parent.document.getElementById('tudo').style.display='none';
parent.document.getElementById('amini').innerHTML='<div align="center" style="margin-top:25px;cursor:default;"><table border="0" cellspacing="0" cellpadding="0"><tr><td style="font-weight:bold;color:#FFF;text-align:center;">'+tit+'</td></tr><tr><td bgcolor="#97B4DF" align="right"><img src="http://www.ifenix.com.br/imgs/bf.gif" style="cursor:pointer"></td></tr><tr><td style="background:#FFFFFF url(\'http://www.ifenix.com.br/imgs/fc.gif\');border:10px solid #FFFFFF;cursor:pointer;"><img border="0" src="http://www.ifenix.com.br/fotos/g_'+imagem+'" height="'+alti+'" width="'+larg+'"></td></tr><tr><td bgcolor="#97B4DF" align="right"><img src="http://www.ifenix.com.br/imgs/bf.gif" style="cursor:pointer"></td></tr></table></div>';
}

function abredes2(imagem, pst, altura, larg, tit){
ami = document.getElementById('amini').style;
ami.display="block";
ami.height=altura;
alti=altura-140;
parent.document.getElementById('tudo').style.display='none';
parent.document.getElementById('amini').innerHTML='<div align="center" style="margin-top:25px;cursor:default;"><table border="0" cellspacing="0" cellpadding="0"><tr><td style="font-weight:bold;color:#FFF;text-align:center;">'+tit+'</td></tr><tr><td bgcolor="#97B4DF" align="right"><img src="http://www.ifenix.com.br/imgs/bf.gif" style="cursor:pointer"></td></tr><tr><td style="background:#FFFFFF url(\'http://www.ifenix.com.br/imgs/fc.gif\');border:10px solid #FFFFFF;cursor:pointer;"><img border="0" src="http://www.ifenix.com.br/'+pst+'/'+imagem+'" height="'+alti+'" width="'+larg+'"></td></tr><tr><td bgcolor="#97B4DF" align="right"><img src="http://www.ifenix.com.br/imgs/bf.gif" style="cursor:pointer"></td></tr></table></div>';
}

function fechades(){
ami = document.getElementById('amini').style;
ami.display="none";
document.getElementById('tudo').style.display='inline';
}

function ocultb(){
dvb=document.getElementById('balao');
dvb.style.display='none';
dvb.style.visibility='hidden';
}

function suporte() {
window.open('http://www.ifenix.com.br/suporte/suporte.php', 'suporte', 'top=150,left=400,width=400,height=450,resizable=0,scrollbars=1');
}

function Signo(s) {
window.open('http://www.ifenix.com.br/signos.php?signo='+s, 'signos', 'top=50,left=350,width=400,height=231,resizable=no,scrollbars=auto');
}