var bg_cama = new Image();
bg_cama.src = "images/cama/bg.jpg";

var bg_decoracao = new Image();
bg_decoracao.src = "images/decoracao/bg.jpg";

var bg_jardim = new Image();
bg_jardim.src = "images/jardim/bg.jpg";

var bg_luminaria = new Image();
bg_luminaria.src = "images/luminaria/bg.jpg";

var bg_mesa = new Image();
bg_mesa.src = "images/mesa/bg.jpg";

var bg_moda = new Image();
bg_moda.src = "images/moda/bg.jpg";

var bg_movel = new Image();
bg_movel.src = "images/movel/bg.jpg";



function validaEmailNewsletter(texto) {

    alert(texto);
}
function alertaRemoveEmailNewsletter() {

    alert('Seu email foi removido com sucesso.');
}



function loadCSS(title) {
   
    var i, a, main;
for(i=0;(a=document.getElementsByTagName("link")[i]);i++)
 {
if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
a.disabled = true;
if(a.getAttribute("title") == title) a.disabled = false;
     }
   }

    
    
    //var lnk = document.createElement('link');
    //lnk.setAttribute('type', "text/css" );
    //lnk.setAttribute('rel', "stylesheet" );
    //lnk.setAttribute('href', url);
    //document.getElementsByTagName("head").item(0).appendChild(lnk);
    
}

var vStatusMenuShowroom;

function manterAbertoMenuShowroom(statusMenuShowroom) {
    vStatusMenuShowroom = statusMenuShowroom;
    if (vStatusMenuShowroom == 1) {
        abrirMenuShowRoom();
    } else {
        fecharMenuShowRoom();
    }
}


function abrirMenuShowRoom() {
    document.getElementById('menuShowRoom').style.display = "block";
    document.getElementById('tit_showroom').style.color = "#ffffff";
    fecharMenuEthenix();
}


function fecharMenuShowRoom() {
    if (vStatusMenuShowroom != 1) {
        document.getElementById('menuShowRoom').style.display = "none";
        document.getElementById('tit_showroom').style.color = "#cacaca";
    }
}

function abrirMenuEthenix() {
    document.getElementById('menuEthenix').style.display = "block";
    document.getElementById('tit_ethnix').style.color = "#ffffff";
    fecharMenuShowRoom()
}
function fecharMenuEthenix() {
    document.getElementById('menuEthenix').style.display = "none";
    document.getElementById('tit_ethnix').style.color = "#cacaca";

}

function img_cadeadoonmouseover() {
    document.getElementById('img_cadeado').src = 'images/img_cadeado_ove.gif'
}
function img_cadeadoonmouseout() {
    document.getElementById('img_cadeado').src = 'images/img_cadeado.gif'
}


function random(limit) { 
     today = new Date(); 
     return(today.getSeconds() % limit); 
   } 

   function tagline() { 
     tagLines = new Array(1); 
     tagLines[0] = "foto_bg_1.jpg"; 
     //tagLines[1] = "foto_bg_2.jpg"; 
     //tagLines[2] = "foto_bg_3.jpg"; 
     
     
     document.body.style.background="url('images/"+ tagLines[random(1)] +"') no-repeat bottom";
} 


function mudaCor(obj)
{
   //obj.parentNode.parentNode.style.backgroundColor = "#cccccc";
}






