var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Work Areas',
    bIsWebPath:true,
    sUrl:'work-areas.html',"childArray" : [
    {   sTitle:'Somerset Security',
        bIsWebPath:true,
        sUrl:'somerset-security.html'
    },
    {   sTitle:'Dorset Security',
        bIsWebPath:true,
        sUrl:'dorset-security.html'
    },
    {   sTitle:'Devon & Cornwall Security',
        bIsWebPath:true,
        sUrl:'devon-cornwall-security.html'
    },
    {   sTitle:'Hampshire Security',
        bIsWebPath:true,
        sUrl:'hampshire-security.html'
    },
    {   sTitle:'london security',
        bIsWebPath:true,
        sUrl:'london-security.html'
    }]
},
{   sTitle:'Special Offer',
    bIsWebPath:true,
    sUrl:'special-offer.html'
},
{   sTitle:'Security Services',
    bIsWebPath:true,
    sUrl:'security-services.html',"childArray" : [
    {   sTitle:'Burglar Alarms',
        bIsWebPath:true,
        sUrl:'burglaralarms.html'
    },
    {   sTitle:'Access Control',
        bIsWebPath:true,
        sUrl:'accesscontrol.html'
    },
    {   sTitle:'CCTV',
        bIsWebPath:true,
        sUrl:'cctv.html',"childArray" : [
        {   sTitle:'remote cctv viewing',
            bIsWebPath:true,
            sUrl:'remote-cctv-viewing.html'
        }]
    },
    {   sTitle:'Wireless alarms',
        bIsWebPath:true,
        sUrl:'wireless-alarms.html',"childArray" : [
        {   sTitle:'wireless alarm FAQ',
            bIsWebPath:true,
            sUrl:'wireless-alarm-questions.html'
        }]
    },
    {   sTitle:'Door Entry',
        bIsWebPath:true,
        sUrl:'door-entry-systems.html'
    },
    {   sTitle:'Fire Alarms',
        bIsWebPath:true,
        sUrl:'radio-fire-alarms.html'
    },
    {   sTitle:'Package Deal',
        bIsWebPath:true,
        sUrl:'security-package-deal.html'
    },
    {   sTitle:'Site Security',
        bIsWebPath:true,
        sUrl:'site-security.html'
    },
    {   sTitle:'Security Lighting',
        bIsWebPath:true,
        sUrl:'security-lighting.html'
    },
    {   sTitle:'Safes',
        bIsWebPath:true,
        sUrl:'safes.html'
    },
    {   sTitle:'Maintenance',
        bIsWebPath:true,
        sUrl:'maintenance-service-repair.html'
    }]
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
