var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'All about us ',
    bIsWebPath:true,
    sUrl:'allaboutus.html'
},
{   sTitle:'Meet the staff',
    bIsWebPath:true,
    sUrl:'meetthestaff.html'
},
{   sTitle:'Governors',
    bIsWebPath:true,
    sUrl:'governors.html'
},
{   sTitle:'PTA',
    bIsWebPath:true,
    sUrl:'pta.html'
},
{   sTitle:'Our Classes',
    bIsWebPath:true,
    sUrl:'ourclasses.html'
},
{   sTitle:'Parents\' information ',
    bIsWebPath:true,
    sUrl:'parents.html'
}]
});
