var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Holidays & Short Breaks',
    'bIsWebPath':true,
    'sUrl':'holidaysandshorbreaks.html'
},
{   'sTitle':'Travel Insurance',
    'bIsWebPath':true,
    'sUrl':'travel insurance.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'Private Group Tours',
    'bIsWebPath':true,
    'sUrl':'private group tours.html'
},
{   'sTitle':'Useful Links',
    'bIsWebPath':true,
    'sUrl':'useful links.html'
}]
});
