var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'School History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'Enquiry',
        bIsWebPath:true,
        sUrl:'enquiry.html'
    },
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html'
    }]
},
{   sTitle:'Our Community',
    bIsWebPath:true,
    sUrl:'community.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Pupils',
        bIsWebPath:true,
        sUrl:'pupils.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'School Council',
            bIsWebPath:true,
            sUrl:'council.html',
            sTarget:'_self'
        },
        {   sTitle:'Clubs',
            bIsWebPath:true,
            sUrl:'clubs.html',
            sTarget:'_self'
        },
        {   sTitle:'Awards',
            bIsWebPath:true,
            sUrl:'awards.html',
            sTarget:'_self'
        },
        {   sTitle:'Visits',
            bIsWebPath:true,
            sUrl:'visits.html',
            sTarget:'_self'
        },
        {   sTitle:'Visitors',
            bIsWebPath:true,
            sUrl:'visitors.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html',
        sTarget:'_self'
    },
    {   sTitle:'PTFA',
        bIsWebPath:true,
        sUrl:'ptfa.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'PTFA Members',
            bIsWebPath:true,
            sUrl:'members.html',
            sTarget:'_self'
        },
        {   sTitle:'PTFA Events',
            bIsWebPath:true,
            sUrl:'events.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Governors',
        bIsWebPath:true,
        sUrl:'governors.html',
        sTarget:'_self'
    },
    {   sTitle:'Food for thought',
        bIsWebPath:true,
        sUrl:'food4thought.html'
    },
    {   sTitle:'St. Luke\'s Church',
        bIsWebPath:true,
        sUrl:'church.html'
    },
    {   sTitle:'E-Folio',
        bIsWebPath:true,
        sUrl:'e-folio.html'
    },
    {   sTitle:'The Link',
        bIsWebPath:true,
        sUrl:'link.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Curriculum',
    bIsWebPath:true,
    sUrl:'curriculum.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Art',
        bIsWebPath:true,
        sUrl:'art.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News & Events',
    bIsWebPath:true,
    sUrl:'news_events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'current_cal.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Previous',
            bIsWebPath:true,
            sUrl:'previous_cal.html',
            sTarget:'_self'
        },
        {   sTitle:'Next',
            bIsWebPath:true,
            sUrl:'next_cal.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Term Dates 2009 - 2010',
        bIsWebPath:true,
        sUrl:'term09_10.html',
        sTarget:'_self'
    },
    {   sTitle:'Term Dates 2010 - 11',
        bIsWebPath:true,
        sUrl:'term10_11.html',
        sTarget:'_self'
    },
    {   sTitle:'Autumn  issue 1',
        bIsWebPath:true,
        sUrl:'aut1.html',
        sTarget:'_self'
    },
    {   sTitle:'Autumn issue 2',
        bIsWebPath:true,
        sUrl:'aut2.html',
        sTarget:'_self'
    },
    {   sTitle:'Autumn issue 3',
        bIsWebPath:true,
        sUrl:'aut3.html',
        sTarget:'_self'
    },
    {   sTitle:'Autumn issue 4',
        bIsWebPath:true,
        sUrl:'aut4.html',
        sTarget:'_self'
    },
    {   sTitle:'Autumn issue 5',
        bIsWebPath:true,
        sUrl:'aut5.html',
        sTarget:'_self'
    },
    {   sTitle:'Autumn issue 6',
        bIsWebPath:true,
        sUrl:'aut6.html',
        sTarget:'_self'
    },
    {   sTitle:'Spring Issue 1',
        bIsWebPath:true,
        sUrl:'spring1.html',
        sTarget:'_self'
    },
    {   sTitle:'Spring Issue 2',
        bIsWebPath:true,
        sUrl:'spring2.html',
        sTarget:'_self'
    },
    {   sTitle:'Spring Issue 3',
        bIsWebPath:true,
        sUrl:'spring3.html',
        sTarget:'_self'
    },
    {   sTitle:'Spring Issue 4',
        bIsWebPath:true,
        sUrl:'spring4.html',
        sTarget:'_self'
    },
    {   sTitle:'Spring Issue 5',
        bIsWebPath:true,
        sUrl:'spring5.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Children in Need',
        bIsWebPath:true,
        sUrl:'cin.html',
        sTarget:'_self'
    },
    {   sTitle:'New Build 2009',
        bIsWebPath:true,
        sUrl:'new_build.html',
        sTarget:'_self'
    },
    {   sTitle:'Grand Opening',
        bIsWebPath:true,
        sUrl:'opening.html',
        sTarget:'_self'
    },
    {   sTitle:'Class 5 - 3D Shapes',
        bIsWebPath:true,
        sUrl:'3dshapes.html',
        sTarget:'_self'
    },
    {   sTitle:'Christmas',
        bIsWebPath:true,
        sUrl:'xmas1.html',
        sTarget:'_self'
    },
    {   sTitle:'Speed checking',
        bIsWebPath:true,
        sUrl:'speed.html',
        sTarget:'_self'
    }]
}]
});