Aqua Expeditions offers customized luxury travel experiences aboard vessels of elegant, contemporary design, centered around immersive culture and wildlife excursions unique to each location, award winning cuisine by renowned chefs, personalized guest service, and a commitment to community, sustainability and preservation.
window.addEventListener('message',
function
(event)
{
if
(event.data.event
===
"adjustHeight")
{
var iframe =
document.getElementById("aquaExpeditionsIframe");
iframe.height
=
event.data.height
+
"px";
}
},
false);