$(document).ready(function () {
    $(".menu li.root").removeClass("active-nav");
    if(window.location.href.indexOf("/custom-built-expo-stands") >= 0){
        $(".menu li.root:nth-child(1)").addClass("active-nav");
    }
    if(window.location.href.indexOf("/trade-show-displays") >= 0){
        $(".menu li.root:nth-child(2)").addClass("active-nav");
    }
    if(window.location.href.indexOf("/pull-up-banner-stands") >= 0){
        $(".menu li.root:nth-child(3)").addClass("active-nav");
    }
    if(window.location.href.indexOf("/portable-counters") >= 0){
        $(".menu li.root:nth-child(4)").addClass("active-nav");
    }
    if(window.location.href.indexOf("/outdoor-flags-and-banners") >= 0){
        $(".menu li.root:nth-child(5)").addClass("active-nav");
    }
    if(window.location.href.indexOf("/portable-brochure-stands") >= 0){
        $(".menu li.root:nth-child(6)").addClass("active-nav");
    }
    if(window.location.href.indexOf("/lcd-stands") >= 0){
        $(".menu li.root:nth-child(7)").addClass("active-nav");
    }
    if(window.location.href.indexOf("/brochure-stands") >= 0){
        $(".menu li.root:nth-child(8)").addClass("active-nav");
    }
    if(window.location.href.indexOf("/point-of-sale-banners") >= 0){
        $(".menu li.root:nth-child(9)").addClass("active-nav");
    }
});
