var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Site Map/Index',
        bIsWebPath:true,
        sUrl:'sitemap.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Sir Samuel Mico',
    bIsWebPath:true,
    sUrl:'mico.html',"childArray" : [
    {   sTitle:'Sir Samuel Mico Scholarships',
        bIsWebPath:true,
        sUrl:'scholarship.html'
    },
    {   sTitle:'Scholarships 2011',
        bIsWebPath:true,
        sUrl:'scholarship_2011.html'
    },
    {   sTitle:'Scholarship Blog',
        bIsWebPath:true,
        sUrl:'scholarship_blog.html'
    }]
},
{   sTitle:'Sir Henry Edwards',
    bIsWebPath:true,
    sUrl:'edwards.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'Enquiry',
        bIsWebPath:true,
        sUrl:'enquiry.html'
    },
    {   sTitle:'Trustees',
        bIsWebPath:true,
        sUrl:'trustees.html'
    },
    {   sTitle:'Grants and Application Forms',
        bIsWebPath:true,
        sUrl:'grants.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
}]
});
