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