var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about/index.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities/index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery/index.html'
},
{   sTitle:'Holiday Bungalow',
    bIsWebPath:true,
    sUrl:'bungalow/index.html'
},
{   sTitle:'Seasonal Pitches',
    bIsWebPath:true,
    sUrl:'seasonal/index.html',
    sTarget:'_self'
},
{   sTitle:'Latest Prices',
    bIsWebPath:true,
    sUrl:'prices/index.html',
    sTarget:'_self'
},
{   sTitle:'Book Online',
    bIsWebPath:true,
    sUrl:'book/index.html',
    sTarget:'_self'
},
{   sTitle:'Contact Details',
    bIsWebPath:true,
    sUrl:'contact/index.html'
}]
});
