var customNavTree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Officers',
    bIsWebPath:true,
    sUrl:'officers.html'
},
{   sTitle:'Our Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'COY',
    bIsWebPath:true,
    sUrl:'coy.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'IOY',
    bIsWebPath:true,
    sUrl:'ioy.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html',
    sTarget:'_blank'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Photo Albums',
    bIsWebPath:true,
    sUrl:'photos.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Departure Locations',
    bIsWebPath:true,
    sUrl:'locations.html'
},
{   sTitle:' Newsletters',
    bIsWebPath:true,
    sUrl:'pastnews.html',
    sTarget:'_self'
},
{   sTitle:'CA-C Store',
    bIsWebPath:true,
    sUrl:'forsale.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Local Flyers',
    bIsWebPath:true,
    sUrl:'flyers.html'
},
{   sTitle:'District Flyers',
    bIsWebPath:true,
    sUrl:'districtflyers.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Sign Our GuestBook',
    bIsWebPath:true,
    sUrl:'guestbook.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Join',
    bIsWebPath:true,
    sUrl:'join.html'
},
{   sTitle:'Our Sponsers',
    bIsWebPath:true,
    sUrl:'sponsers.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sDescription:'Bobs Corner',
    sTitle:'Bobs Corner',
    bIsWebPath:true,
    sUrl:'bobscorner.html',
    sTarget:'_self'
}]
});
