var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'bSeparatorBefore':true,
        'sTitle':'Firefighter Gear',
        'bIsWebPath':true,
        'sUrl':'pfg.html'
    },
    {   'sDescription':'Leather Suspenders from First In Products',
        'sTitle':'First In Leather Suspenders',
        'bIsWebPath':true,
        'sUrl':'fils.html'
    },
    {   'sTitle':'Police Gear',
        'bIsWebPath':true,
        'sUrl':'ppg.html'
    },
    {   'sTitle':'EMS Gear',
        'bIsWebPath':true,
        'sUrl':'peg.html'
    },
    {   'sTitle':'Wildland Gear',
        'bIsWebPath':true,
        'sUrl':'pwg.html'
    },
    {   'sTitle':'Rescue & Specialty',
        'bIsWebPath':true,
        'sUrl':'rse.html'
    },
    {   'sTitle':'Hose Pack - Tool Pouch - Rope Bag',
        'bIsWebPath':true,
        'sUrl':'htr.html'
    },
    {   'sTitle':'Receiver Covers & Locks',
        'bIsWebPath':true,
        'sUrl':'receiver.html'
    },
    {   'sTitle':'Physical Therapy',
        'bIsWebPath':true,
        'sUrl':'pt.html'
    },
    {   'sTitle':'Smithies Suspenders',
        'bIsWebPath':true,
        'sUrl':'smithies.html'
    },
    {   'sTitle':'KMP Fire Products',
        'bIsWebPath':true,
        'sUrl':'kmp.html'
    },
    {   'sTitle':'Gear Keeper',
        'bIsWebPath':true,
        'sUrl':'keeper.html'
    },
    {   'sTitle':'Turnout Cleaning',
        'bIsWebPath':true,
        'sUrl':'tmc.html'
    }]
},
{   'sTitle':'Special Offers',
    'bIsWebPath':true,
    'sUrl':'special.html'
},
{   'sTitle':'Distributors',
    'bIsWebPath':true,
    'sUrl':'distributors.html',"childArray" : [
    {   'sTitle':'CT',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'distributors.html#CT'
    }]
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Ordering Info',
    'bIsWebPath':true,
    'sUrl':'ordering.html'
}]
});
