function limpaMenu(menu){
MenuUD.style.visibility='hidden';
MenuInicial.style.visibility='visible';
}


function GetCookie(name){
 var arg=name+"=";
 var alen=arg.length;
 var clen=document.cookie.length;
 var i=0;
 while (i<clen){
  var j=i+alen; 
  if(document.cookie.substring(i,j)==arg)return getCookieVal(j);
  i=document.cookie.indexOf(" ",i)+1;
  if(i==0)break;
 }
 return null;
}

function getCookieVal(offset){
 var endstr=document.cookie.indexOf(";",offset);
 if (endstr==-1)endstr=document.cookie.length;
 return unescape(document.cookie.substring(offset,endstr));
}

function SetCookie(name,value){
 var argv=SetCookie.arguments;
 var argc=SetCookie.arguments.length;
 var expires=(argc>2)?argv[2]:null;
 var path=(argc>3)?argv[3]:null;
 var domain=(argc>4)?argv[4]:null;
 var secure=(argc>5)?argv[5]:false;
 document.cookie=name+"="+escape(value)+((expires==null)?"":("; expires=" + expires.toGMTString()))+((path==null)?"":("; path="+path))+((domain==null)?"":("; domain="+domain))+((secure==true)?"; secure":"");
}

var sCat=document.location.href.toUpperCase();



if(sCat.indexOf("DEPTADESIVOS")>=0 || sCat.indexOf("67786")>=0){
  SetCookie('depto','ADESIVOS');
}
if(sCat.indexOf("DEPTABRACADEIRAS")>=0 || sCat.indexOf("68103")>=0){
  SetCookie('depto','ABRACADEIRAS');
}
if(sCat.indexOf("DEPTBORRACHAS")>=0 || sCat.indexOf("68104")>=0){
  SetCookie('depto','BORRACHAS');
}
else if(sCat.indexOf("DEPTCALCADOS")>=0 || sCat.indexOf("67782")>=0){
  SetCookie('depto','CALCADOS');
}
else if(sCat.indexOf("DEPTCARRINHOS")>=0 || sCat.indexOf("67791")>=0){
  SetCookie('depto','CARRINHOS');
}
else if(sCat.indexOf("DEPTCORDAS")>=0 || sCat.indexOf("67788")>=0){
  SetCookie('depto','CORDAS');
}
else if(sCat.indexOf("DEPTCORREIAS")>=0 || sCat.indexOf("67792")>=0){
  SetCookie('depto','CORREIAS');
}
else if(sCat.indexOf("DEPTFERRAGENS")>=0 || sCat.indexOf("67798")>=0){
  SetCookie('depto','FERRAGENS');
}
else if(sCat.indexOf("DEPTFERRAMENTAS")>=0 || sCat.indexOf("67789")>=0){
  SetCookie('depto','FERRAMENTAS');
}
else if(sCat.indexOf("DEPTFITAS")>=0 || sCat.indexOf("68105")>=0){
  SetCookie('depto','FITAS');
}
else if(sCat.indexOf("DEPTJARDINAGEM")>=0 || sCat.indexOf("67794")>=0){
  SetCookie('depto','JARDINAGEM');
}
else if(sCat.indexOf("DEPTLONAS")>=0 || sCat.indexOf("67790")>=0){
  SetCookie('depto','LONAS');
}
else if(sCat.indexOf("DEPTEPIS")>=0 || sCat.indexOf("68106")>=0){
  SetCookie('depto','EPIS');
}
else if(sCat.indexOf("DEPTMANGUEIRAS")>=0 || sCat.indexOf("67781")>=0){
  SetCookie('depto','MANGUEIRAS');
}
else if(sCat.indexOf("DEPTMAQUINAS")>=0 || sCat.indexOf("67795")>=0){
  SetCookie('depto','MAQUINAS');
}
else if(sCat.indexOf("DEPTPNEUMATICA")>=0 || sCat.indexOf("67780")>=0){
  SetCookie('depto','PNEUMATICA');
}
else if(sCat.indexOf("DEPTRODAS")>=0 || sCat.indexOf("67796")>=0){
  SetCookie('depto','RODAS');
}
else if(sCat.indexOf("DEPTSINALIZACAO")>=0 || sCat.indexOf("67787")>=0){
  SetCookie('depto','SINALIZACAO');
}
else if(sCat.indexOf("DEPTTAPETES")>=0 || sCat.indexOf("67793")>=0){
  SetCookie('depto','TAPETES');
}
else if(sCat.indexOf("DEPTCOLETA")>=0 || sCat.indexOf("68107")>=0){
  SetCookie('depto','COLETA');
}
else if(sCat.indexOf("DEPTDIVERSOS")>=0 || sCat.indexOf("68108")>=0){
  SetCookie('depto','DIVERSOS');
}


if(sCat.indexOf("DEPTADESIVOS")<0 && sCat.indexOf("DEPTABRACADEIRAS")<0 && sCat.indexOf("DEPTBORRACHAS")<0 && sCat.indexOf("DEPTCALCADOS")<0 && sCat.indexOf("DEPTCARRINHOS")<0 && sCat.indexOf("DEPTCORDAS")<0 && sCat.indexOf("DEPTCORREIAS")<0 && sCat.indexOf("DEPTFERRAGENS")<0 && sCat.indexOf("DEPTFERRAMENTAS")<0 && sCat.indexOf("DEPTFITAS")<0 && sCat.indexOf("DEPTJARDINAGEM")<0 && sCat.indexOf("DEPTLONAS")<0 && sCat.indexOf("DEPTEPIS")<0 && sCat.indexOf("DEPTMANGUEIRAS")<0 && sCat.indexOf("DEPTMAQUINAS")<0 && sCat.indexOf("DEPTPNEUMATICA")<0 && sCat.indexOf("DEPTRODAS")<0 && sCat.indexOf("DEPTSINALIZACAO")<0 && sCat.indexOf("DEPTTAPETES")<0 && sCat.indexOf("DEPTCOLETA")<0 && sCat.indexOf("DEPTDIVERSOS")<0)
  {
 MenuInicial.style.visibility='visible';
 SetCookie('depto',null);
}
if(GetCookie('depto')=='ADESIVOS'){
 MenuInicial.style.visibility='hidden';
 MenuAdesivos.style.visibility='visible';
}
if(GetCookie('depto')=='ABRACADEIRAS'){
 MenuInicial.style.visibility='hidden';
 MenuAbracadeiras.style.visibility='visible';
}
if(GetCookie('depto')=='BORRACHAS'){
 MenuInicial.style.visibility='hidden';
 MenuBorrachas.style.visibility='visible';
}
else if(GetCookie('depto')=='CALCADOS'){
 MenuInicial.style.visibility='hidden';
 MenuCalcados.style.visibility='visible';
}
else if(GetCookie('depto')=='CARRINHOS'){
 MenuInicial.style.visibility='hidden';
 MenuCarrinhos.style.visibility='visible';
}
else if(GetCookie('depto')=='CORDAS'){
 MenuInicial.style.visibility='hidden';
 MenuCordas.style.visibility='visible';
}
else if(GetCookie('depto')=='CORREIAS'){
 MenuInicial.style.visibility='hidden';
 MenuCorreias.style.visibility='visible';
}
else if(GetCookie('depto')=='FERRAGENS'){
 MenuInicial.style.visibility='hidden';
 MenuFerragens.style.visibility='visible';
}
else if(GetCookie('depto')=='FERRAMENTAS'){
 MenuInicial.style.visibility='hidden';
 MenuFerramentas.style.visibility='visible';
}
else if(GetCookie('depto')=='FITAS'){
 MenuInicial.style.visibility='hidden';
 MenuFitas.style.visibility='visible';
}
else if(GetCookie('depto')=='JARDINAGEM'){
 MenuInicial.style.visibility='hidden';
 MenuJardinagem.style.visibility='visible';
}
else if(GetCookie('depto')=='LONAS'){
 MenuInicial.style.visibility='hidden';
 MenuLonas.style.visibility='visible';
}
else if(GetCookie('depto')=='EPIS'){
 MenuInicial.style.visibility='hidden';
 MenuEpis.style.visibility='visible';
}
else if(GetCookie('depto')=='MANGUEIRAS'){
 MenuInicial.style.visibility='hidden';
 MenuMangueiras.style.visibility='visible';
}
else if(GetCookie('depto')=='MAQUINAS'){
 MenuInicial.style.visibility='hidden';
 MenuMaquinas.style.visibility='visible';
}
else if(GetCookie('depto')=='PNEUMATICA'){
 MenuInicial.style.visibility='hidden';
 MenuPneumatica.style.visibility='visible';
}
else if(GetCookie('depto')=='RODAS'){
 MenuInicial.style.visibility='hidden';
 MenuRodas.style.visibility='visible';
}
else if(GetCookie('depto')=='SINALIZACAO'){
 MenuInicial.style.visibility='hidden';
 MenuSinalizacao.style.visibility='visible';
}
else if(GetCookie('depto')=='TAPETES'){
 MenuInicial.style.visibility='hidden';
 MenuTapetes.style.visibility='visible';
}
else if(GetCookie('depto')=='COLETA'){
 MenuInicial.style.visibility='hidden';
 MenuColeta.style.visibility='visible';
}
else if(GetCookie('depto')=='DIVERSOS'){
 MenuInicial.style.visibility='hidden';
 MenuDiversos.style.visibility='visible';
}