var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Improvements',
        bIsWebPath:true,
        sUrl:'improvements/index.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about/index.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities/index.html',"childArray" : [
    {   sTitle:'Helicopter Facilities',
        bIsWebPath:true,
        sUrl:'facilities/helicopter/index.html',
        sTarget:'_self'
    }]
},
{   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'
},
{   sTitle:'Contact Details',
    bIsWebPath:true,
    sUrl:'contact/index.html',"childArray" : [
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'directions/index.html'
    },
    {   sTitle:'Online Request Form',
        bIsWebPath:true,
        sUrl:'book/index.html',
        sTarget:'_self'
    }]
},
{   sTitle:'JDM Web Design',
    bIsWebPath:true,
    sUrl:'jdmwebdesign/index.html'
}]
});
