var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Work Areas',
    bIsWebPath:true,
    sUrl:'work-areas.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'
    },
    {   sTitle:'Wireless alarms',
        bIsWebPath:true,
        sUrl:'wireless-alarms.html'
    },
    {   sTitle:'Door Entry',
        bIsWebPath:true,
        sUrl:'door-entry-systems.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:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});