var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Skip Hire',
    'bIsWebPath':true,
    'sUrl':'skiphire.html'
},
{   'sTitle':'Bag Hire',
    'bIsWebPath':true,
    'sUrl':'skipsize.html'
},
{   'sTitle':'Grab Lorry',
    'bIsWebPath':true,
    'sUrl':'skipbags.html'
},
{   'sTitle':'Aggregates',
    'bIsWebPath':true,
    'sUrl':'aggregates.html'
},
{   'sTitle':'Agricultural',
    'bIsWebPath':true,
    'sUrl':'planthire.html'
},
{   'sTitle':'News Page',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
