var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Issues',
    bIsWebPath:true,
    sUrl:'the issues.html'
},
{   sTitle:'Events and Meetings',
    bIsWebPath:true,
    sUrl:'EventsandMeetings.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'My Record',
    bIsWebPath:true,
    sUrl:'MyRecord.html'
},
{   sTitle:'How to Help',
    bIsWebPath:true,
    sUrl:'howtohelp.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUs.html'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
}]
});
