var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about_yacht_charter_group.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery_of_ photos_ of_ yachts.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events_birthday_party_wedding_corporate_events.html'
    ,"childArray" : [{   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'wedding.html'
    },
    {   sTitle:'Corporate Events & Birthday Parties',
        bIsWebPath:true,
        sUrl:'corporate_events_birthday.html'
    }]
},
{   sTitle:'Destinations',
    bIsWebPath:true,
    sUrl:'destinations_palm_beach_fort_lauderdale_bahamas.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_delray_palm_beach_fort_lauderdale.html'
}]
});
