var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Driving Lessons',
        bIsWebPath:true,
        sUrl:'lessons.html',
        sTarget:'_self'
    },
    {   sTitle:'a2om BTEC in Driving Science',
        bIsWebPath:true,
        sUrl:'drivingscience.html',
        sTarget:'_self'
    },
    {   sTitle:'Pass Plus',
        bIsWebPath:true,
        sUrl:'passplus.html',
        sTarget:'_self'
    }]
},
{   sDescription:'Comments made from previous pupils',
    sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});