var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Staff',
    bIsWebPath:true,
    sUrl:'ourstaff.html'
},
{   sTitle:'Local Stuff',
    bIsWebPath:true,
    sUrl:'localstuff.html',"childArray" : [
    {   sTitle:'Local Recreational Stuff',
        bIsWebPath:true,
        sUrl:'rec_stuff.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
},
{   sTitle:'100 Years',
    bIsWebPath:true,
    sUrl:'100years.html'
},
{   sTitle:'Meetings',
    bIsWebPath:true,
    sUrl:'meetings.html'
},
{   sTitle:'Benefits',
    bIsWebPath:true,
    sUrl:'benefits.html'
}]
});