var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'About U3A',
    'bIsWebPath':true,
    'sUrl':'aboutu3a.html'
},
{   'sTitle':'Monthly Meetings',
    'bIsWebPath':true,
    'sUrl':'monthlymeetings.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Stop Press',
    'bIsWebPath':true,
    'sUrl':'stoppress.html'
},
{   'sTitle':'Group Activities',
    'bIsWebPath':true,
    'sUrl':'groupactivities.html'
},
{   'sTitle':'Slideshows',
    'bIsWebPath':true,
    'sUrl':'slideshows.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Silver Surfers',
    'bIsWebPath':true,
    'sUrl':'silversurfers.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
