var global_navtree = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'},{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'},{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [{   sTitle:'Project Management',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#ProjectManagement'},{   sTitle:'Deployment Services',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#DeploymentServices'},{   sTitle:'Application Developement',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#CustomApplicationDevelopment'}]},{   
    sTitle:'Solutions',bIsWebPath:true,
    sUrl:'solutions.html',"childArray" : [{   sTitle:'Traffic Citations',
        bIsWebPath:true,
        sUrl:'publicsector1.html'},{   sTitle:'Mobile ID',
        bIsWebPath:true,
        sUrl:'publicsector3.html'},{   sTitle:'Parking Citations',
        bIsWebPath:true,
        sUrl:'publicsector2.html'},{   sTitle:'Mobile VPN',
        bIsWebPath:true,
        sUrl:'mobilevpn.html'},{   sTitle:'GPS Solutions',
        bIsWebPath:true,
        sUrl:'gps.html'},{   sTitle:'Facility Management',
        bIsWebPath:true,
        sUrl:'facilitymanagement.html'},{   sTitle:'Inspections',
        bIsWebPath:true,
        sUrl:'inspections.html'},{   sTitle:'XenTrial',
        bIsWebPath:true,
        sUrl:'xentrial.html'},{   sTitle:'XenBee for Beekeepers',
        bIsWebPath:true,
        sUrl:'xenbeel.html'}]},{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'}]
});
