var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Guide to best value ferries, channel crossings and European holidays.',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'France',
    'bIsWebPath':true,
    'sUrl':'camping.html'
},
{   'sTitle':'Spain',
    'bIsWebPath':true,
    'sUrl':'spain.html'
},
{   'sTitle':'Italy',
    'bIsWebPath':true,
    'sUrl':'italy.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
