var customnavtree18 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Reports',
    bIsWebPath:true,
    sUrl:'reports.html',
    sTarget:'_self'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'structure.html',
    sTarget:'_self'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',
    sTarget:'_self'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html',
    sTarget:'_self'
},
{   sTitle:'Board',
    bIsWebPath:true,
    sUrl:'board.html',
    sTarget:'_self'
},
{   sTitle:'Wish List',
    bIsWebPath:true,
    sUrl:'whishlist.html',
    sTarget:'_self'
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'donate.html',
    sTarget:'_self'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'page20.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
