var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Cottages',
    bIsWebPath:true,
    sUrl:'cottages.html',"childArray" : [
    {   sTitle:'Ardenstur House',
        bIsWebPath:true,
        sUrl:'house.html'
    },
    {   sTitle:'Ardenstur Croft',
        bIsWebPath:true,
        sUrl:'croft.html'
    },
    {   sTitle:'Top Ardenstur',
        bIsWebPath:true,
        sUrl:'top.html'
    },
    {   sTitle:'Ardenstur 2',
        bIsWebPath:true,
        sUrl:'ardenstur 2.html'
    },
    {   sTitle:'Ardenstur 3',
        bIsWebPath:true,
        sUrl:'ardenstur 3.html'
    },
    {   sTitle:'Shore Cottage',
        bIsWebPath:true,
        sUrl:'shore cottage.html'
    }]
},
{   sTitle:'Ardenstur Estate',
    bIsWebPath:true,
    sUrl:'estate.html',
    sTarget:'_self'
},
{   sTitle:'Availability/Prices',
    bIsWebPath:true,
    sUrl:'availability and prices.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photo gallery.html'
},
{   sTitle:'Area',
    bIsWebPath:true,
    sUrl:'area.html'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activites.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
