function openTerms() {
    window.open("/terms.php","","scrollbars=yes,width=400,height=400")
}

function openNewsletterPopup()
{
    window.open("https://www.cheap-trips.org/ctnewssignup.php", "", "height=495,width=420,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no");
    return false;
}
