function sL(object) {
    obj = document.getElementById(object);
    obj.style.display = "block";
}

function hL(object) {
    obj = document.getElementById(object);
    obj.style.display = "none";
}

function ativaShow() {
    obj = document.getElementById("menuShow");
    obj.className = "showroomOn";
}
function desativaShow() {
    obj = document.getElementById("menuShow");
    obj.className = "showroom";
}

function ativaConf() {
    obj = document.getElementById("menuConf");
    obj.className = "configureOn";
}
function desativaConf() {
    obj = document.getElementById("menuConf");
    obj.className = "configure";
}

function ativaServ() {
    obj = document.getElementById("menuServ");
    obj.className = "servicosOn";
}
function desativaServ() {
    obj = document.getElementById("menuserv");
    obj.className = "servicos";
}

function ativaServ() {
    obj = document.getElementById("menuServ");
    obj.className = "servicosOn";
}
function desativaServ() {
    obj = document.getElementById("menuServ");
    obj.className = "servicos";
}

function ativaDesc() {
    obj = document.getElementById("menuDesc");
    obj.className = "descubraOn";
}
function desativaDesc() {
    obj = document.getElementById("menuDesc");
    obj.className = "descubra";
}

function ativaPro() {
    obj = document.getElementById("menuPro");
    obj.className = "professionalOn";
}
function desativaPro() {
    obj = document.getElementById("menuPro");
    obj.className = "professional";
}

function ativaLinha() {
    obj = document.getElementById("menuLinha");
    obj.className = "linhaOn";
}
function desativaLinha() {
    obj = document.getElementById("menuLinha");
    obj.className = "linha";
}

function ativaServicos() {
    obj = document.getElementById("menuServicosPro");
    obj.className = "servicosProOn";
}
function desativaServicos() {
    obj = document.getElementById("menuServicosPro");
    obj.className = "servicosPro";
}


function ativaFale() {
    obj = document.getElementById("menuFale");
    obj.className = "faleOn";
}
function desativaFale() {
    obj = document.getElementById("menuFale");
    obj.className = "fale ";
}

function gerarSWF($arquivo,$largura,$altura){
    document.writeln('    <object type="application/x-shockwave-flash" data="'+ $arquivo +'" width="'+ $largura +'" height="'+ $altura +'">');
    document.writeln('        <param name="movie" value="' + $arquivo + '" />');
    document.writeln('        <param name="menu" value="false" />');
    document.writeln('        <param name="quality" value="high" />');
    document.writeln('        <param name="scale" value="noscale" />');
	document.writeln('        <param name="wmode" value="transparent" />');
    document.writeln('    </object>');
}
function salaogenebra() {
    window.open('genebra.jsp');
}