var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Vehicle Servicing',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Vehicle Diagnostics',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'MOT',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Air conditioning re-gas / servicing',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'Tyre supply and fitting',
        bIsWebPath:true,
        sUrl:'page19.html'
    },
    {   sTitle:'ECU Remapping',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sDescription:'JMR Project Cars',
    sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sDescription:'VW Corrado 16VG60 Project Car',
        sTitle:'Projects - VW Corrado 16VG60',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Projects - VW Golf VR6',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Projects - Audi A4 Avant TDI Quattro Sport',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sDescription:'Audi Coupe Quattro Rally Replica',
        sTitle:'Projects - Audi Coupe Quattro RR',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://www.johnmitchellracing.co.uk/wordpress'
},
{   sTitle:'Sponsorship',
    bIsWebPath:true,
    sUrl:'page14.html'
},
{   sTitle:'How to find us',
    bIsWebPath:true,
    sUrl:'howtofindus.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
