var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'Philosophy',
        bIsWebPath:true,
        sUrl:'philosophy.html',
        sTarget:'_self'
    },
    {   sTitle:'Awards',
        bIsWebPath:true,
        sUrl:'awards.html',
        sTarget:'_self'
    },
    {   sTitle:'Service Stats',
        bIsWebPath:true,
        sUrl:'service_stats.html',
        sTarget:'_self'
    }]
}]
});
