var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Trips',
    'bIsWebPath':true,
    'sUrl':'trips.html'
},
{   'sTitle':'Taps',
    'bIsWebPath':true,
    'sUrl':'taps.html'
},
{   'sTitle':'ShopMobility',
    'bIsExternal':true,
    'sUrl':'http://www.shop-mobility.org',
    'sTarget':'_blank'
},
{   'sTitle':'Working With Us',
    'bIsWebPath':true,
    'sUrl':'working_with_us.html'
},
{   'sTitle':'Our Partners',
    'bIsWebPath':true,
    'sUrl':'our_partners.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
},
{   'sTitle':'Privacy',
    'bIsWebPath':true,
    'sUrl':'privacy.html'
}]
});
