var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Reach & Wash',
        bIsWebPath:true,
        sUrl:'Reach & Wash.html'
    },
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Harnesses',
        bIsWebPath:true,
        sUrl:'Harnesses.html'
    },
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Hydraulic Platforms',
        bIsWebPath:true,
        sUrl:'Hydraulic Platforms.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Within Budget',
    bIsWebPath:true,
    sUrl:'within_budget.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'National Coverage',
    bIsWebPath:true,
    sUrl:'national_coverage.html',"childArray" : [
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact us.html'
    },
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'recruitment',
        bIsWebPath:true,
        sUrl:'recruitment.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Health & Safety',
    bIsWebPath:true,
    sUrl:'Health & Safety.html'
}]
});