var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Archers',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Maintenance',
    bIsWebPath:true,
    sUrl:'archer_maintenance.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'archers_gallery.html'
}]
});
