var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.htm',
    sTarget:'_self'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'aboutus.htm',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.htm'
},
{   sTitle:'Road Haulage',
    bIsWebPath:true,
    sUrl:'roadhaulage.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Artics',
        bIsWebPath:true,
        sUrl:'artics.htm',
        sTarget:'_self'
    },
    {   sTitle:'Rigids',
        bIsWebPath:true,
        sUrl:'rigids.htm',
        sTarget:'_self'
    },
    {   sTitle:'HIAB',
        bIsWebPath:true,
        sUrl:'hiabs.htm',
        sTarget:'_self',"childArray" : [
        {   sTitle:'New Hiab',
            bIsWebPath:true,
            sUrl:'hiab2.html'
        }]
    },
    {   sTitle:'Pick Ups',
        bIsWebPath:true,
        sUrl:'pickups.htm'
    },
    {   sTitle:'Truck Photo\'s',
        bIsWebPath:true,
        sUrl:'photo.html'
    }]
},
{   sTitle:'Skip Hire',
    bIsWebPath:true,
    sUrl:'skiphire.htm'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.htm'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Members only',
        bIsWebPath:true,
        sUrl:'membersonly.htm',
        sTarget:'_self'
    },
    {   sTitle:'Fun & Games',
        bIsWebPath:true,
        sUrl:'funandgames.htm',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Road Haulage Video Wall',
            bIsWebPath:true,
            sUrl:'games.htm',
            sTarget:'_self'
        },
        {   sTitle:'john',
            bIsWebPath:true,
            sUrl:'page22.htm'
        }]
    },
    {   sTitle:'Webcam',
        bIsWebPath:true,
        sUrl:'webcam.htm',
        sTarget:'_self'
    }]
}]
});