var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Team 2011',
    bIsWebPath:true,
    sUrl:'team2011.html'
},
{   sTitle:'Itinerary',
    bIsWebPath:true,
    sUrl:'itinerary.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Fundraising',
    bIsWebPath:true,
    sUrl:'fundraising.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
