<!-- hide the indexes of cathegories -->
	   
	   $(function()
	   {    
	   <!-- univers -->
			if (document.location.href.indexOf('unv=u00000053') > 0)
$("span.menuNiveauNbProduits").hide();
			if (document.location.href.indexOf('unv=u00000054') > 0)
$("span.menuNiveauNbProduits").hide();
	   <!-- boutiques -->
		    if (document.location.href.indexOf('btq=b00000595') > 0)
$("span.menuNiveauNbProduits").hide();
            if (document.location.href.indexOf('btq=b00000597') > 0)
$("span.menuNiveauNbProduits").hide();
            if (document.location.href.indexOf('btq=b00000598') > 0)
$("span.menuNiveauNbProduits").hide();
}

);
	   
