var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'LESSON PRICES',
    bIsWebPath:true,
    sUrl:'driving-lesson-prices.html'
},
{   sTitle:'INTENSIVE COURSES',
    bIsWebPath:true,
    sUrl:'fast-pass-intensive-driving-lessons.html'
},
{   sTitle:'SAVE MONEY',
    bIsWebPath:true,
    sUrl:'accekerated-learning.html'
},
{   sTitle:'GIFT VOUCHERS',
    bIsWebPath:true,
    sUrl:'driving-lesson-gift-vouchers.html'
},
{   sTitle:'LESSON GUARANTEE',
    bIsWebPath:true,
    sUrl:'driving-lesson-guarantee.html'
},
{   sTitle:'FREE DRIVING TEST',
    bIsWebPath:true,
    sUrl:'free-driving-test.html'
},
{   sTitle:'LICENCE INFORMATION',
    bIsWebPath:true,
    sUrl:'driving-licence-information.html'
},
{   sTitle:'RECOMMENDATIONS',
    bIsWebPath:true,
    sUrl:'new-testimonials.html'
},
{   sTitle:'FREE LESSONS',
    bIsWebPath:true,
    sUrl:'prize-draw.html'
},
{   sTitle:'AREAS WE COVER',
    bIsWebPath:true,
    sUrl:'areas-covered.html'
},
{   sTitle:'CONDITIONS',
    bIsWebPath:true,
    sUrl:'driving-lesson-options.html'
},
{   sTitle:'CONTACT 4 WHEELZ',
    bIsWebPath:true,
    sUrl:'contact-4-wheelz-now.html'
}]
});