var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Driving lessons in the bolton and bury areas',
    'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Terms and Conditions',
        'bIsWebPath':true,
        'sUrl':'page6.html'
    }]
},
{   'sDescription':'contact for driving lessons in bolton and bury',
    'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sDescription':'Prices for driving lessons with Steve Jones driving instructor.',
    'sTitle':'PRICES',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'PASSED PUPILS',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'SHOW ME TELL ME',
    'bIsWebPath':true,
    'sUrl':'page7.html'
}]
});
