var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sDescription:'Recent Testimonials, Satisfied customers',
        sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'Testimonials.html'
    }]
},
{   sTitle:'Getting Started',
    bIsWebPath:true,
    sUrl:'getting started.html'
},
{   sTitle:'Cars',
    bIsWebPath:true,
    sUrl:'cars.html',"childArray" : [
    {   sTitle:'Cars - Lessons, Courses and Prices',
        bIsWebPath:true,
        sUrl:'cars lessons courses prices.html'
    },
    {   sTitle:'Theory Driving Test',
        bIsWebPath:true,
        sUrl:'theory driving test.html'
    },
    {   sTitle:'Practical Driving Test',
        bIsWebPath:true,
        sUrl:'practical driving test.html',"childArray" : [
        {   sTitle:'Car Show Me Tell Me',
            bIsWebPath:true,
            sUrl:'car show me tell me.html'
        }]
    },
    {   sTitle:'Pass Plus',
        bIsWebPath:true,
        sUrl:'pass plus.html'
    }]
},
{   sTitle:'Bikes',
    bIsWebPath:true,
    sUrl:'bikes.html',"childArray" : [
    {   sTitle:'Bike Licence Types',
        bIsWebPath:true,
        sUrl:'bike licence types.html',"childArray" : [
        {   sTitle:'Introduction',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'bike licence types.html#Intruduction'
        },
        {   sTitle:'Light',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'bike licence types.html#Light'
        },
        {   sTitle:'Standard',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'bike licence types.html#Standard'
        },
        {   sTitle:'Direct',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'bike licence types.html#Direct'
        }]
    },
    {   sTitle:'Bikes - Lessons, Courses',
        bIsWebPath:true,
        sUrl:'bikes lessons courses.html',"childArray" : [
        {   sTitle:'Bike Prices',
            bIsWebPath:true,
            sUrl:'bike prices.html'
        }]
    },
    {   sTitle:'Bike Theory Test',
        bIsWebPath:true,
        sUrl:'bike theory test.html'
    },
    {   sTitle:'Bike Practical Test',
        bIsWebPath:true,
        sUrl:'bike practical test.html',"childArray" : [
        {   sTitle:'Bike Show Me Tell Me',
            bIsWebPath:true,
            sUrl:'bike show me tell me.html'
        }]
    }]
},
{   sTitle:'Ride \'n\' Drive\'s Blog',
    bIsWebPath:true,
    sUrl:'ride \'n\' drive\'s blog.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
