var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about-us.html'
},
{   sTitle:'Affiliations',
    bIsWebPath:true,
    sUrl:'affiliations.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Magazine',
    bIsWebPath:true,
    sUrl:'magazine.html'
}]
});
