//EXIBIR BANNER HOME
var sPag=document.location.href.toUpperCase();
if(sPag.indexOf("HOME")>=0 || sPag=="HTTP://WWW.BENEDETTISHOP.COM.BR/" || sPag=="HTTP://BENEDETTISHOP.COM.BR/")
{
document.write("<style>#wrapper{display: block;}#topo_geral{min-height:475px;*min-height:175px;}</style>");
}
else
{
document.write("<style>#wrapper{display:none;}#topo_geral{min-height:175px;}</style>");
}

//SEM BARRA ESQUERDA
var sPag=document.location.href.toUpperCase();
if(sPag.indexOf("SOBRE-NOS")>=0 || sPagAtual.indexOf("GARANTIA")>=0 || sPagAtual.indexOf("DUVIDASGERAIS")>=0 || sPagAtual.indexOf("PAGAMENTO")>=0 || sPagAtual.indexOf("POLITICADEVOLUCAO")>=0 || sPagAtual.indexOf("PRAZOENTREGA")>=0 || sPagAtual.indexOf("COMOCOMPRAR")>=0 || sPagAtual.indexOf("SEGURANCA")>=0 || sPagAtual.indexOf("PERSONALIZACAO")>=0)
{
document.write("<style>#DivBarraEsquerda{display:none;}</style>");
}
else
{
document.write("<style>#DivBarraEsquerda{display:block;}</style>");
}

//EXIBIR BANNER NA PÁGINA DE PRODUTOS
var sPag=document.location.href.toUpperCase();
if(sPag.indexOf("IDPRODUTO")>=0)
{
document.write("<style>#banner_prod{display:block;z-index:800; position:relative;}</style>");
}
else
{
document.write("<style>#banner_prod{display:none;}</style>");
}
