var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'gssaboutus.html',
    sTarget:'_self'
},
{   sTitle:'Schoolwear',
    bIsWebPath:true,
    sUrl:'gssschoolwear.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Size Guide',
        bIsWebPath:true,
        sUrl:'gsssizeguide.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Sport',
    bIsWebPath:true,
    sUrl:'gsssport.html',
    sTarget:'_self'
},
{   sTitle:'Our Shops',
    bIsWebPath:true,
    sUrl:'gssshops.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Lester Bowden',
        bIsWebPath:true,
        sUrl:'gsslesterbowden.html',
        sTarget:'_self'
    },
    {   sTitle:'Epsom Sports',
        bIsWebPath:true,
        sUrl:'gssepsomsports.html',
        sTarget:'_self'
    },
    {   sTitle:'Seymour Sports',
        bIsWebPath:true,
        sUrl:'gssseymoursports.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'gsscontact.html',
    sTarget:'_self'
},
{   sTitle:'Offers',
    bIsWebPath:true,
    sUrl:'gssoffers.html',
    sTarget:'_self'
},
{   sTitle:'Vacancies',
    bIsWebPath:true,
    sUrl:'gssvacancies.html',
    sTarget:'_self'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'gssinfo.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Opening Hours',
        bIsWebPath:true,
        sUrl:'gssopeninghours.html',
        sTarget:'_self'
    },
    {   sTitle:'How To Find Us',
        bIsWebPath:true,
        sUrl:'gsslocation.html',
        sTarget:'_self'
    }]
}]
});