var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'How I Work',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'The theory test',
    bIsWebPath:true,
    sUrl:'theory test.html'
},
{   sTitle:'The driving test',
    bIsWebPath:true,
    sUrl:'driving test.html'
},
{   sTitle:'Intensive Courses',
    bIsWebPath:true,
    sUrl:'intensive courses.html',
    sTarget:'_self'
},
{   sTitle:'Driving test myths',
    bIsWebPath:true,
    sUrl:'driving test myths.html'
}]
});