var global_navtree = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'},{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'},{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [{   sTitle:'Armed and Unarmed Service',
        bIsWebPath:true,
        sUrl:'armed_and_unarmed_service.html'},{   sTitle:'Community and Business Patrols',
        bIsWebPath:true,
        sUrl:'community_patrols.html'},{   sTitle:'Surveillance',
        bIsWebPath:true,
        sUrl:'surveillance.html'},{   sTitle:'Consulting',
        bIsWebPath:true,
        sUrl:'consulting.html'},{   sTitle:'Executive Protection',
        bIsWebPath:true,
        sUrl:'executive_protection.html'},{   sTitle:'Process Paper Service',
        bIsWebPath:true,
        sUrl:'process_paper_service.html'}]},{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'},{   sTitle:'Request a Quote',
    bIsWebPath:true,
    sUrl:'request_a_quote.html'},{   sTitle:'Employment',
    bIsWebPath:true,
    sUrl:'employment.html'},{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'},{   sTitle:'SPI Officers Area',
    bIsWebPath:true,
    sUrl:'spi_officers_area.html',"childArray" : [{   sTitle:'Request Time Off',
        bIsWebPath:true,
        sUrl:'request_time_off.html'},{   sTitle:'Officer Log',
        bIsWebPath:true,
        sUrl:'officer_log.html'},{   sTitle:'Incident Report',
        bIsWebPath:true,
        sUrl:'incident_report.html'},{   sTitle:'SPI Forms Page',
        bIsWebPath:true,
        sUrl:'spi_forms.html'}]}]
});
