var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about/history/index.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'about/history/index.htm',
        sTarget:'_self'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'about/location/index.htm',
        sTarget:'_self'
    },
    {   sTitle:'Facilities',
        bIsWebPath:true,
        sUrl:'about/facilities/index.html',
        sTarget:'_self'
    },
    {   sTitle:'Club Crest',
        bIsWebPath:true,
        sUrl:'about/crest/index.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events/index.html',
    sTarget:'_self'
},
{   sTitle:'Club Shop',
    bIsWebPath:true,
    sUrl:'shop/index.html',
    sTarget:'_self'
},
{   sTitle:'Discussion Forum',
    bIsWebPath:true,
    sUrl:'forum/index.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery/index.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links/index.htm',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact/index.html',
    sTarget:'_self'
}]
});
