//EXIBIR BANNER DE CESTA
var sPag=document.location.href.toUpperCase();
if(sPag.indexOf("165916")>=0 || sPag.indexOf("165965")>=0 || sPag.indexOf("165984")>=0 || sPag.indexOf("165978")>=0 || sPag.indexOf("77908")>=0 || sPag.indexOf("86492")>=0 || sPag.indexOf("63259")>=0 || sPag.indexOf("165975")>=0 || sPag.indexOf("165965")>=0 || sPag.indexOf("165967")>=0 || sPag.indexOf("165969")>=0 || sPag.indexOf("165977")>=0 || sPag.indexOf("63432")>=0 || sPag.indexOf("165981")>=0 || sPag.indexOf("86495")>=0 || sPag.indexOf("86491")>=0 || sPag.indexOf("165968")>=0 || sPag.indexOf("63433")>=0 || sPag.indexOf("86493")>=0 || sPag.indexOf("165983")>=0)
{
document.write("<style>#monte_cesta{display:block;}</style>");
}
else
{
document.write("<style>#monte_cesta{display:none;}</style>");
}

//EXIBIR BANNER HOME
var sPag=document.location.href.toUpperCase();
if(sPag.indexOf("HOME")>=0 || sPag=="HTTP://WWW.INTERFLORES.COM.BR/" || sPag=="HTTP://JMPROJETO.LOJAVIRTUALFC.COM.BR/" || sPag=="HTTP://INTERFLORES.COM.BR/")
{
document.write("<style>#wrapper{display:block;z-index:1; position:relative;}</style>");
}
else
{
document.write("<style>#wrapper{display:none;}#banners_rodape{display:none;}</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>");
}
