var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Right Choice',
    'bIsWebPath':true,
    'sUrl':'rightchoice.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Comparisons of Oil-Dry Absorbents',
        'bIsWebPath':true,
        'sUrl':'comparisonsofoil-dryabsorbents.html'
    },
    {   'sTitle':'Emergency Spill Kit',
        'bIsWebPath':true,
        'sUrl':'emergencyspillkit.html'
    },
    {   'sTitle':'Epoxy Putty Stick',
        'bIsWebPath':true,
        'sUrl':'epoxyputtystick.html'
    },
    {   'sTitle':'Hazmat Supplies',
        'bIsWebPath':true,
        'sUrl':'hazmatsupplies.html'
    },
    {   'sTitle':'Hazmat Absorbents',
        'bIsWebPath':true,
        'sUrl':'page24.html'
    },
    {   'sTitle':'Neutralizers',
        'bIsWebPath':true,
        'sUrl':'neutralizers.html'
    },
    {   'sTitle':'Oil Specific',
        'bIsWebPath':true,
        'sUrl':'oilspecific.html'
    },
    {   'sTitle':'Organic Absorbents',
        'bIsWebPath':true,
        'sUrl':'organicabsorbents.html'
    },
    {   'sTitle':'Overpaks',
        'bIsWebPath':true,
        'sUrl':'overpaks.html'
    },
    {   'sTitle':'Plug n\' Dike',
        'bIsWebPath':true,
        'sUrl':'plugndike.html'
    },
    {   'sTitle':'Storm Water Management',
        'bIsWebPath':true,
        'sUrl':'stormwatermanagement.html'
    },
    {   'sTitle':'Spill Kit Tools',
        'bIsWebPath':true,
        'sUrl':'spillkittools.html'
    },
    {   'sTitle':'Universal Sorbents',
        'bIsWebPath':true,
        'sUrl':'universalsorbents.html'
    },
    {   'sTitle':'*MONTHLY SPECIALS*',
        'bIsWebPath':true,
        'sUrl':'monthlyspecialsemergencyspillkit.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html',"childArray" : [
    {   'sTitle':'Request a Product Catalog',
        'bIsWebPath':true,
        'sUrl':'requestaproductcatalog.html'
    }]
},
{   'sTitle':'FeedBack',
    'bIsWebPath':true,
    'sUrl':'feedback.html'
},
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
}]
});
