var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Areas',
    bIsWebPath:true,
    sUrl:'area_covered.html'
},
{   sTitle:'Become an Instructor',
    bIsWebPath:true,
    sUrl:'become_an_instructor.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Btec Safe Driving ',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Show Me/Tell Me',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
