var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Electrostatic Spraying',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Onsite Spraying',
    bIsWebPath:true,
    sUrl:'onsite_spraying.html',"childArray" : [
    {   sTitle:'Refrigeration Spraying',
        bIsWebPath:true,
        sUrl:'refrigeration_spraying.html'
    },
    {   sTitle:'Shop front Spraying',
        bIsWebPath:true,
        sUrl:'shop_front_spraying.html'
    },
    {   sTitle:'Cladding Painting',
        bIsWebPath:true,
        sUrl:'cladding-painting.html'
    },
    {   sTitle:'Powder Coating Repairs',
        bIsWebPath:true,
        sUrl:'powder-coating-repairs.html'
    },
    {   sTitle:'Radiator Spraying',
        bIsWebPath:true,
        sUrl:'radiator_spraying.html'
    }]
},
{   sTitle:'Process',
    bIsWebPath:true,
    sUrl:'process.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'RAL Colours',
    bIsWebPath:true,
    sUrl:'ral_colours.html'
}]
});
