var global_navtree = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.shtml'},{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [{   sTitle:'Our Team',
        bIsWebPath:true,
        sUrl:'ourteam.html'},{   sTitle:'Company Info',
        bIsWebPath:true,
        sUrl:'company-info.html'},{   sTitle:'Involvment',
        bIsWebPath:true,
        sUrl:'involvement.html'},{   sTitle:'Marketing',
        bIsWebPath:true,
        sUrl:'marketing.html'}]},{   sTitle:'Properties',
    bIsWebPath:true,
    sUrl:'properties.html',"childArray" : [{   sTitle:'Featured Properties',
        bIsWebPath:true,
        sUrl:'featured_properties.html'},{   sTitle:'Custom Search',
        bIsWebPath:true,
        sUrl:'custom_search.html'},{   sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html'}]},{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [{   sTitle:'For Sellers',
        bIsWebPath:true,
        sUrl:'forsellers.html'},{   sTitle:'For Buyers',
        bIsWebPath:true,
        sUrl:'forbuyers.html'},{   sTitle:'Get Pre-Qualified',
        bIsWebPath:true,
        sUrl:'get_prequalified.html'},{   sTitle:'Free CMA',
        bIsWebPath:true,
        sUrl:'freecma.html'},{   sTitle:'Documents',
        bIsWebPath:true,
        sUrl:'documents.html'}]},{   sTitle:'Community Info',
    bIsWebPath:true,
    sUrl:'community_info.html',"childArray" : [{   sTitle:'Schools',
        bIsWebPath:true,
        sUrl:'schools.html'},{   sTitle:'Utilities/Services',
        bIsWebPath:true,
        sUrl:'services.html'},{   sTitle:'Community Links',
        bIsWebPath:true,
        sUrl:'community_links.html'},{   sTitle:'Maps',
        bIsWebPath:true,
        sUrl:'jc-maps.html'}]},{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [{   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html'},{   sTitle:'E-mail Us',
        bIsWebPath:true,
        sUrl:'emailus.html'},{   sTitle:'Make an Appt.',
        bIsWebPath:true,
        sUrl:'appointment.html'}]}]
});