var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Pre-School Group',
    bIsWebPath:true,
    sUrl:'preschool.html',"childArray" : [
    {   sTitle:'Pre-School Staff',
        bIsWebPath:true,
        sUrl:'preschoolstaff.html'
    },
    {   sTitle:'Opening Times',
        bIsWebPath:true,
        sUrl:'psgopentimes.html'
    }]
},
{   sTitle:'LATEST NEWS!',
    bIsWebPath:true,
    sUrl:'autumn2010.html',"childArray" : [
    {   sTitle:'Spring 2011',
        bIsWebPath:true,
        sUrl:'spring2011.html'
    },
    {   sTitle:'Autumn 2010',
        bIsWebPath:true,
        sUrl:'news autumn 2010.html'
    },
    {   sTitle:'Spring 2010',
        bIsWebPath:true,
        sUrl:'spring2010.html'
    },
    {   sTitle:'Autumn 2009',
        bIsWebPath:true,
        sUrl:'autumn2009.html'
    },
    {   sTitle:'Summer End 2009',
        bIsWebPath:true,
        sUrl:'endsummer.html'
    },
    {   sTitle:'Summer 2009',
        bIsWebPath:true,
        sUrl:'News Summer 2009.html'
    },
    {   sTitle:'Spring 2009',
        bIsWebPath:true,
        sUrl:'News Spring 2009.html'
    }]
},
{   sTitle:'Baby & Toddler Group',
    bIsWebPath:true,
    sUrl:'toddlergroup.html',"childArray" : [
    {   sTitle:'Opening Times',
        bIsWebPath:true,
        sUrl:'btgopeningtimes.html'
    }]
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   sTitle:'Fees',
    bIsWebPath:true,
    sUrl:'fees.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
