var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'index.html'
},
{   'sDescription':'CoCOA page to describe who we are',
    'sTitle':'Who',
    'sUrl':'who.html'
},
{   'sDescription':'Page to describe what CoCOA-Ross does for its members',
    'sTitle':'What',
    'sUrl':'what.html'
},
{   'sDescription':'A page to describe How membership of the CoCOA club will benefit the members',
    'sTitle':'How',
    'sUrl':'how.html'
},
{   'sTitle':'Where',
    'sUrl':'where.html'
},
{   'sTitle':'Contact',
    'sUrl':'contact.html'
},
{   'sTitle':'Join',
    'sUrl':'join.html'
},
{   'sTitle':'Suggestion Box',
    'sUrl':'suggestion_box.html'
},
{   'sTitle':'Seminar Dates',
    'sUrl':'seminar_dates.html'
}]
});
