/* Ensure only main NAV is kept, even if pages includes are not correctly targetted */ jQuery(function() { if (typeof one_nav === "undefined") { one_nav = true; jQuery(".level1 > .wrap_nav").hide(); jQuery(".level2 > .wrap_nav").hide(); jQuery(".level3 > .wrap_nav").hide(); } });