var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact us.html'
},
{   sTitle:'PRODUCTS',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'NETWORK MONITORING',
        bIsWebPath:true,
        sUrl:'network monitoring.html'
    },
    {   sTitle:'IBMS',
        bIsWebPath:true,
        sUrl:'ibms.html'
    },
    {   sTitle:'CARBON FOOTPRINT',
        bIsWebPath:true,
        sUrl:'carbon footprint.html'
    },
    {   sTitle:'FIRE DETECTION',
        bIsWebPath:true,
        sUrl:'fire detection.html'
    },
    {   sTitle:'POWER MONITORING',
        bIsWebPath:true,
        sUrl:'power montoring.html'
    },
    {   sTitle:'SCADA',
        bIsWebPath:true,
        sUrl:'scada.html'
    },
    {   sTitle:'HVAC',
        bIsWebPath:true,
        sUrl:'hvac.html'
    },
    {   sTitle:'Security',
        bIsWebPath:true,
        sUrl:'security.html'
    },
    {   sTitle:'ACCESS CONTROL',
        bIsWebPath:true,
        sUrl:'access control.html'
    },
    {   sTitle:'CCTV',
        bIsWebPath:true,
        sUrl:'cctv.html'
    },
    {   sTitle:'CUSTOM SOFTWARE',
        bIsWebPath:true,
        sUrl:'custom software.html'
    }]
},
{   sTitle:'COMING SOON',
    bIsWebPath:true,
    sUrl:'coming soon.html',"childArray" : [
    {   sTitle:'ESCAMS',
        bIsWebPath:true,
        sUrl:'escams.html'
    },
    {   sTitle:'SCHEDULING',
        bIsWebPath:true,
        sUrl:'scheduling.html'
    },
    {   sTitle:'CALL CENTRE',
        bIsWebPath:true,
        sUrl:'call centre.html'
    },
    {   sTitle:'GUARDING',
        bIsWebPath:true,
        sUrl:'guarding.html'
    },
    {   sTitle:'FACILITIES MANAGEMENT',
        bIsWebPath:true,
        sUrl:'facilities management.html'
    }]
},
{   sTitle:'DISTRIBUTION',
    bIsWebPath:true,
    sUrl:'distribution.html',"childArray" : [
    {   sTitle:'BECOMING A DISTRIBUTOR',
        bIsWebPath:true,
        sUrl:'re seller.html'
    }]
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'JOBS',
    bIsWebPath:true,
    sUrl:'page25.html'
}]
});
