var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html'
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'In the Locality',
    bIsWebPath:true,
    sUrl:'In The Locality.html',"childArray" : [
    {   sTitle:'Beaches',
        bIsWebPath:true,
        sUrl:'Beaches.html'
    },
    {   sTitle:'Shopping',
        bIsWebPath:true,
        sUrl:'shopping.html'
    },
    {   sTitle:'Eating Out',
        bIsWebPath:true,
        sUrl:'eating_out.html'
    }]
},
{   sTitle:'Useful links',
    bIsWebPath:true,
    sUrl:'useful links.html'
},
{   sTitle:'Guest Book',
    bIsWebPath:true,
    sUrl:'Guest Book.html'
}]
});
