var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Who We Are',
    bIsWebPath:true,
    sUrl:'whoweare.html'
},
{   sTitle:'Registrations',
    bIsWebPath:true,
    sUrl:'registrations.html',
    sTarget:'_self'
},
{   sTitle:'Have Your Say',
    bIsWebPath:true,
    sUrl:'haveyoursay.html',
    sTarget:'_self'
},
{   sTitle:'Join Us',
    bIsWebPath:true,
    sUrl:'joinus.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
}]
});
