var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Penzance',
    'bIsWebPath':true,
    'sUrl':'penzance_cottages1.html'
},
{   'sTitle':'Marazion',
    'bIsWebPath':true,
    'sUrl':'marazion_cottages.html'
},
{   'sTitle':'Mousehole',
    'bIsWebPath':true,
    'sUrl':'mousehole_cottages.html'
},
{   'sTitle':'Lands End',
    'bIsWebPath':true,
    'sUrl':'lands_end_cottages.html'
},
{   'sTitle':'St Just',
    'bIsWebPath':true,
    'sUrl':'st_just_cottages.html'
},
{   'sTitle':'Special Offers',
    'bIsWebPath':true,
    'sUrl':'special_offers.html'
},
{   'sTitle':'Local Info',
    'bIsWebPath':true,
    'sUrl':'local_information.html'
},
{   'sTitle':'Books & Guides',
    'bIsWebPath':true,
    'sUrl':'books_guides.html'
}]
});
