var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Find Us At Thorpe House School',
    bIsExternal:true,
    sUrl:'http://www.multimap.com/s/QBnI3HAS'
},
{   sTitle:'See Us At...',
    bIsWebPath:true,
    sUrl:'page24.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Learn To Sing',
        bIsWebPath:true,
        sUrl:'page4.html'
    }]
},
{   sTitle:'Fine City Shop',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Members Page',
    bIsWebPath:true,
    sUrl:'page10.html',"childArray" : [
    {   sTitle:'Babs Trustees',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'BABS',
    bIsWebPath:true,
    sUrl:'page26.html'
},
{   sTitle:'Norwich Harmony',
    bIsWebPath:true,
    sUrl:'page25.html'
},
{   sTitle:'Music Catalogue',
    bIsWebPath:true,
    sUrl:'page27.html'
}]
});