var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Campsites & Rates',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'Things to Do',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Camp Activites',
        bIsWebPath:true,
        sUrl:'activities.html'
    },
    {   sTitle:'Nearby Attractions',
        bIsWebPath:true,
        sUrl:'attractions.html'
    }]
},
{   sTitle:'Campground Map & Rules',
    bIsWebPath:true,
    sUrl:'map.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Book Online',
    bIsWebPath:true,
    sUrl:'reservations.html'
}]
});
