var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Property Search',
    bIsWebPath:true,
    sUrl:'property_search.html'
},
{   sTitle:'Buyers',
    bIsWebPath:true,
    sUrl:'buyers.html'
},
{   sTitle:'Sellers',
    bIsWebPath:true,
    sUrl:'sellers.html'
},
{   sTitle:'The Team',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Avoid Foreclosures',
    bIsWebPath:true,
    sUrl:'avoid_foreclose.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Maps & Directions',
        bIsWebPath:true,
        sUrl:'map_directions.html'
    },
    {   sTitle:'Contact Form & Address',
        bIsWebPath:true,
        sUrl:'contact_form.html'
    },
    {   sTitle:'Request Information',
        bIsWebPath:true,
        sUrl:'request_info.html'
    }]
}]
});
