var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Technical Clothing',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'products.html#technical_clothing',
        sTarget:'_self'
    },
    {   sTitle:'Footwear',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'products.html#footwear',
        sTarget:'_self'
    },
    {   sTitle:'Equipment',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'products.html#equipment',
        sTarget:'_self'
    }]
},
{   sTitle:'Store Information',
    bIsWebPath:true,
    sUrl:'store_information.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Hours',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'store_information.html#Hours',
        sTarget:'_self'
    },
    {   sTitle:'Address',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'store_information.html#Address',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
}]
});
