var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'the cottage',
    bIsWebPath:true,
    sUrl:'the_cottage.html',
    sTarget:'_self'
},
{   sTitle:'availability',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'cayman brac',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'contact us',
    sUrl:'mailto:info@seasongcottage.com?subject=enquiry from sea song website',
    sTarget:'_self'
}]
});
