var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sellers',
    bIsWebPath:true,
    sUrl:'fsbo-sellers.html',"childArray" : [
    {   sTitle:'Help-U-Close',
        bIsWebPath:true,
        sUrl:'selling-closing-assistance.html'
    }]
},
{   sTitle:'Buyers',
    bIsWebPath:true,
    sUrl:'home-buyers.html'
},
{   sTitle:'Search the MLS',
    bIsWebPath:true,
    sUrl:'mls-search.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'FREE MLS Service',
        bIsWebPath:true,
        sUrl:'free-mls-listing.html'
    },
    {   sTitle:'Home Buyer Rebate',
        bIsWebPath:true,
        sUrl:'home-buyer-rebate.html'
    },
    {   sTitle:'Closing Assistance',
        bIsWebPath:true,
        sUrl:'closing-assistance.html'
    },
    {   sTitle:'Full Service',
        bIsWebPath:true,
        sUrl:'full-service.html'
    }]
},
{   sTitle:'The Market',
    bIsWebPath:true,
    sUrl:'real-estate-market.html',"childArray" : [
    {   sTitle:'Real Estate News',
        bIsWebPath:true,
        sUrl:'real-estate-news.html'
    },
    {   sTitle:'Real Estate Terms',
        bIsWebPath:true,
        sUrl:'real-estate-dictionary.html'
    },
    {   sTitle:'Real Estate Blog',
        bIsWebPath:true,
        sUrl:'real-estate-blog.html'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'FREE Listing Contract',
        bIsWebPath:true,
        sUrl:'sellers_contract.html'
    },
    {   sTitle:'MLS Submission',
        bIsWebPath:true,
        sUrl:'mls_submission_form.html'
    }]
}]
});
