var customNavTree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News & Events',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Old News',
        bIsWebPath:true,
        sUrl:'oldnews.html',
        sTarget:'_self'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html',
        sTarget:'_self'
    },
    {   sTitle:'Gazette',
        bIsWebPath:true,
        sUrl:'gazette.html',
        sTarget:'_self'
    },
    {   sTitle:'Flea Market',
        bIsWebPath:true,
        sUrl:'fleamarket.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Living',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Retaurants',
        bIsWebPath:true,
        sUrl:'restaurants.html',
        sTarget:'_self'
    },
    {   sTitle:'Businesses',
        bIsWebPath:true,
        sUrl:'businesses.html',
        sTarget:'_self'
    },
    {   sTitle:'Gardens',
        bIsWebPath:true,
        sUrl:'gardens.html',
        sTarget:'_self'
    },
    {   sTitle:'DC Services',
        bIsWebPath:true,
        sUrl:'dcservices.html',
        sTarget:'_self'
    },
    {   sTitle:'GPCA/ANC',
        bIsWebPath:true,
        sUrl:'gpcaanc.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Real Estate',
    bIsWebPath:true,
    sUrl:'realestate.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Home Sales',
        bIsWebPath:true,
        sUrl:'homesales.html',
        sTarget:'_self'
    },
    {   sTitle:'Rentals',
        bIsWebPath:true,
        sUrl:'rentals.html',
        sTarget:'_self'
    },
    {   sTitle:'Map',
        bIsWebPath:true,
        sUrl:'map.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Family',
    bIsWebPath:true,
    sUrl:'family.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Stoddert E.S.',
        bIsWebPath:true,
        sUrl:'stddertes.html',
        sTarget:'_self'
    },
    {   sTitle:'Moms & Dads',
        bIsWebPath:true,
        sUrl:'momsdads.html',
        sTarget:'_self'
    },
    {   sTitle:'Our Pets',
        bIsWebPath:true,
        sUrl:'pets.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Chris',
    bIsWebPath:true,
    sUrl:'aboutchris.html',
    sTarget:'_self'
}]
});
