var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Charter',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Golf',
    bIsWebPath:true,
    sUrl:'golf.html',
    sTarget:'_self'
},
{   sTitle:'Tours',
    bIsWebPath:true,
    sUrl:'tours.html',
    sTarget:'_self'
},
{   sTitle:'Distillery Tours',
    bIsWebPath:true,
    sUrl:'distillery tours.html',
    sTarget:'_self'
},
{   sTitle:'Fishing',
    bIsWebPath:true,
    sUrl:'fishing.html',
    sTarget:'_self'
},
{   sTitle:'Filming & photography',
    bIsWebPath:true,
    sUrl:'filming and photography.html',
    sTarget:'_self'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',
    sTarget:'_self'
}]
});
