var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'An introduction to the Saltloft apartment and Fowey',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Apartment',
    bIsWebPath:true,
    sUrl:'apartment.html'
},
{   sDescription:'Location map for the Saltloft',
    sTitle:'Location',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:' Fowey',
    bIsWebPath:true,
    sUrl:'fowey.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sDescription:'Saltloft availability',
    sTitle:'Availability',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'comtact.html'
}]
});
