var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'autumn updates',
    bIsWebPath:true,
    sUrl:'updates.html'
},
{   sTitle:'groups',
    bIsWebPath:true,
    sUrl:'groups.html'
},
{   sTitle:'events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   bSeparatorAfter:true,
    sTitle:'information',
    bIsWebPath:true,
    sUrl:'information.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'registration',
    bIsWebPath:true,
    sUrl:'registration.html'
},
{   sTitle:'contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});