// JavaScript Document

function openGetaways() {
    romanticGetaways = window.open("inclusive_romantic_getaways.php", "romanticGetaways",
    "width=740,height=600,scrollbars=yes");
}

function openElopements() {
    romanticElopements = window.open("romantic_elopements.php", "romanticElopements",
    "width=740,height=600,scrollbars=yes");
}

function openEvents() {
    upcomingEvents = window.open("upcoming_events.php", "upcomingEvents",
    "width=740,height=600,scrollbars=yes");
}

function openSpa() {
    spaSpecials = window.open("spa_specials.php", "spaSpecials",
    "width=740,height=600,scrollbars=yes");
}

function openVideo() {
    weddingVideo = window.open("gramercy_wedding_video.php", "weddingVideo",
    "width=714,height=550,scrollbars=yes");
}

