var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Areas Covered',
    bIsWebPath:true,
    sUrl:'areascovered.html'
},
{   sTitle:'Special Offers',
    bIsWebPath:true,
    sUrl:'specialoffers.html'
},
{   sTitle:'About L CLUB Driving School',
    bIsWebPath:true,
    sUrl:'aboutlclubdrivingschool.html'
},
{   sTitle:'Meet Your Instructor',
    bIsWebPath:true,
    sUrl:'meetyourinstructor.html'
},
{   sTitle:'Lesson Info',
    bIsWebPath:true,
    sUrl:'lessoninfo.html',"childArray" : [
    {   sTitle:'Driving Lessons Car',
        bIsWebPath:true,
        sUrl:'drivinglessoncar.html'
    },
    {   sTitle:'Driving Lesson Fees',
        bIsWebPath:true,
        sUrl:'drivinglessonfees.html'
    },
    {   sTitle:'Study for Driving Tests',
        bIsWebPath:true,
        sUrl:'studyfordrivingtests.html'
    },
    {   sTitle:'Theory Test',
        bIsWebPath:true,
        sUrl:'theorytest.html'
    },
    {   sTitle:'Practical Driving Test',
        bIsWebPath:true,
        sUrl:'practicaldrivingtest.html'
    },
    {   sTitle:'Pass Plus Driving Course',
        bIsWebPath:true,
        sUrl:'passplusdrivingcourse.html'
    },
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'usefullinks.html'
    },
    {   sTitle:'Book Theory/Driving Test',
        bIsExternal:true,
        sUrl:'http://www.direct.gov.uk/en/Motoring/LearnerAndNewDrivers/index.htm',
        sTarget:'_blank'
    }]
},
{   sTitle:' Driving Lesson - FAQ',
    bIsWebPath:true,
    sUrl:'drivinglessonfaq.html'
},
{   sTitle:'Lesson Gift Vouchers',
    bIsWebPath:true,
    sUrl:'lessongiftvouchers.html'
},
{   sTitle:'Contact  L CLUB',
    bIsWebPath:true,
    sUrl:'contactlclub.html'
}]
});
