var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'For Teachers',
    bIsWebPath:true,
    sUrl:'teachers.html',"childArray" : [
    {   sTitle:'Teacher Registration',
        bIsWebPath:true,
        sUrl:'registration.html'
    },
    {   sTitle:'Teachers Comments',
        bIsWebPath:true,
        sUrl:'teachercomments.html'
    },
    {   sTitle:'Teaching Diary',
        bIsWebPath:true,
        sUrl:'teachingdiary.html'
    },
    {   sTitle:'Timesheet',
        bIsWebPath:true,
        sUrl:'timesheet.html'
    },
    {   sTitle:'School Locations',
        bIsWebPath:true,
        sUrl:'schoollocations.html'
    },
    {   sTitle:'Courses',
        bIsWebPath:true,
        sUrl:'courses.html'
    },
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'teacherslinks.html'
    }]
},
{   sTitle:'For Schools',
    bIsWebPath:true,
    sUrl:'schools.html',"childArray" : [
    {   sTitle:'Schools Comments',
        bIsWebPath:true,
        sUrl:'schoolscomments.html'
    }]
    
},
{   sTitle:'Child Protection',
    bIsWebPath:true,
    sUrl:'childprotection.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Complaints',
    bIsWebPath:true,
    sUrl:'complaints.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
