var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Head Teacher Message',
        bIsWebPath:true,
        sUrl:'headie.html'
    },
    {   sTitle:'Newsdesk',
        bIsWebPath:true,
        sUrl:'newsdesk.html'
    },
    {   sTitle:'BBC School Report',
        bIsWebPath:true,
        sUrl:'bbcschool.html'
    },
    {   sTitle:'SQA',
        bIsWebPath:true,
        sUrl:'sqa.html'
    },
    {   sTitle:'New School',
        bIsWebPath:true,
        sUrl:'new school.html'
    },
    {   sTitle:'International Links',
        bIsWebPath:true,
        sUrl:'chongqing.html'
    },
    {   sTitle:'Aprica',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'The School',
    bIsWebPath:true,
    sUrl:'the school.html'
},
{   sTitle:'Curriculum',
    bIsWebPath:true,
    sUrl:'curriculum.html',"childArray" : [
    {   sTitle:'Creative & Aesthetics',
        bIsWebPath:true,
        sUrl:'creative.html'
    },
    {   sTitle:'Business & Technology',
        bIsWebPath:true,
        sUrl:'bustech.html'
    },
    {   sTitle:'Maths & Science',
        bIsWebPath:true,
        sUrl:'mathsci.html'
    },
    {   sTitle:'Languages & Social Sub',
        bIsWebPath:true,
        sUrl:'lan.html'
    },
    {   sTitle:'Student Support',
        bIsWebPath:true,
        sUrl:'sss.html'
    }]
},
{   sTitle:'Parent Council',
    bIsWebPath:true,
    sUrl:'parent council.html'
},
{   sTitle:'Clubs',
    bIsWebPath:true,
    sUrl:'clubs.html',"childArray" : [
    {   sTitle:'Pupil Council',
        bIsWebPath:true,
        sUrl:'pupilcouncil.html'
    },
    {   sTitle:'Drama',
        bIsWebPath:true,
        sUrl:'drama.html'
    },
    {   sTitle:'Sports Clubs',
        bIsWebPath:true,
        sUrl:'sports.html'
    },
    {   sTitle:'Young Enterprise',
        bIsWebPath:true,
        sUrl:'youngent.html'
    },
    {   sTitle:'Duke of Ed',
        bIsWebPath:true,
        sUrl:'dukers.html'
    }]
}]
});