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':'An Elevator Man',
        'bIsWebPath':true,
        'sUrl':'elevman.html'
    },
    {   'sTitle':'Retiree\'s Page',
        'bIsWebPath':true,
        'sUrl':'retirees.html'
    },
    {   'sTitle':'Union Forms',
        'bIsWebPath':true,
        'sUrl':'forms.html'
    }]
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html',"childArray" : [
    {   'sTitle':'Union Plus',
        'bIsWebPath':true,
        'sUrl':'unionplus.html'
    }]
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'directions.html'
},
{   'sTitle':'Meetings',
    'bIsWebPath':true,
    'sUrl':'meetings.html'
},
{   'sTitle':'Benefits',
    'bIsWebPath':true,
    'sUrl':'benefits.html',"childArray" : [
    {   'sTitle':'Union Plus Savings',
        'bIsWebPath':true,
        'sUrl':'union_plus_savings.html'
    }]
}]
});
