var customNavTree18 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'history.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'Truck of the month',
        bIsWebPath:true,
        sUrl:'truckofhtemonth.html',
        sTarget:'_self'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html',
        sTarget:'_self'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html',
        sTarget:'_self'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html',
        sTarget:'_self'
    },
    {   sTitle:'Motorsport',
        bIsWebPath:true,
        sUrl:'motorsport.html',
        sTarget:'_self'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Become a Dealer',
        bIsWebPath:true,
        sUrl:'dealers.html',
        sTarget:'_self'
    },
    {   sTitle:'Truck Bunks',
        sUrl:'http://www.selflevellingbed.com',
        sTarget:'_blank'
    },
    {   sTitle:'Truck Remapping',
        bIsWebPath:true,
        sUrl:'truckremapping.html',
        sTarget:'_self'
    },
    {   sTitle:'Car & 4x4 Remapping',
        bIsWebPath:true,
        sUrl:'carremapping.html',
        sTarget:'_self'
    },
    {   sTitle:'Van Remapping',
        bIsWebPath:true,
        sUrl:'vanremapping.html',
        sTarget:'_self'
    },
    {   sTitle:'Agricultural Remapping',
        bIsWebPath:true,
        sUrl:'agriculturalremapping.html',
        sTarget:'_self'
    },
    {   sTitle:'Motorhome Remapping',
        bIsWebPath:true,
        sUrl:'motorhomeremapping.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
