var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html',
    sTarget:'_self'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Software',
    bIsWebPath:true,
    sUrl:'software.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
