var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Publications',
    bIsWebPath:true,
    sUrl:'publications.html'
},
{   sTitle:'Albury Timeline',
    bIsWebPath:true,
    sUrl:'timeline.html'
},
{   sTitle:'Attractions & Links',
    bIsWebPath:true,
    sUrl:'attractions.html'
},
{   sTitle:'Society News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
}]
});