var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Local Attractions',
    bIsWebPath:true,
    sUrl:'attractions.html'
},
{   sTitle:'Days Out',
    bIsWebPath:true,
    sUrl:'daysout.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Guest Book',
    bIsWebPath:true,
    sUrl:'guestbook.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
