function selectCategory(category)
{
    var link,x;
    link = document.getElementById('mn_'+ category +'');
    if(link!=null)
    {
        link = link.toString();
        x = link.replace("javascript:","");
        eval(x);
    } 
    //escondediv(1,n_divs);   
}
c=0
du="";
function escondediv(dv,n){		
		    
  for(i=1;i<=n;i++){			
   if(i==dv ){
	   if(du!=dv){
	      document.getElementById('mdiv'+i).style.display="inline"
    	  du=dv
		}else{
		   du=""
		   document.getElementById('mdiv'+i).style.display="none"
   		}
	   }else{
	     document.getElementById('mdiv'+i).style.display="none"				  					
	   }				
	
	}		
}
		
function reveza(qq){
  document.getElementById(qq).className="itens_menu_r"
}
function volta(qq){
  document.getElementById(qq).className="itens_menu"
}

function abrePopup(){
  var WinInfo = "toolbar=no,scrollbars=no,directories=no,resizable=no,menubar=no,width=250,height=215"
  wPageWindow = window.open("freeshipping.htm", "wImageWindow", WinInfo);
  //wPageWindow.focus();
}