var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Building Partnerships',
        bIsWebPath:true,
        sUrl:'ypii_partnerships.html'
    },
    {   sTitle:'Improving Practice',
        bIsWebPath:true,
        sUrl:'ypii_practice.html'
    },
    {   sTitle:'Evaluating Progress',
        bIsWebPath:true,
        sUrl:'ypii_evaluation.html'
    }]
},
{   sTitle:'Reports',
    bIsWebPath:true,
    sUrl:'reports.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'ypii_links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
