var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Introduction',
    bIsWebPath:true,
    sUrl:'introduction.html'
},
{   sTitle:'Officers',
    bIsWebPath:true,
    sUrl:'officers.html'
},
{   sTitle:'Join us',
    bIsWebPath:true,
    sUrl:'join_us.html'
},
{   sTitle:'Programme',
    bIsWebPath:true,
    sUrl:'programme.html'
},
{   sTitle:'Our History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Publications',
    bIsWebPath:true,
    sUrl:'publications.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});