function popPrivacy() {
    window.open ('./privacy.php', 'privacy', 'status=0,toolbar=0,width=521, height=500,scrollbars=1');
}

function popTerms() {
    window.open ('./terms.php', 'terms', 'status=0,toolbar=0,width=521, height=500,scrollbars=1');
}

function popEmail() {
    window.open ('./emailus.php', 'emailus', 'status=0,toolbar=0,width=500, height=500,scrollbars=0');
}

// Contact Us //
function popCorporate() {
    window.open ('./email_corporate.php', 'emailus', 'status=0,toolbar=0,width=500, height=500,scrollbars=0');
}
function popOps() {
    window.open ('./email_ops.php', 'emailus', 'status=0,toolbar=0,width=500, height=500,scrollbars=0');
}
function popAnswers() {
    window.open ('./email_answers.php', 'emailus', 'status=0,toolbar=0,width=500, height=500,scrollbars=0');
}
function popMarketing() {
    window.open ('./email_marketing.php', 'emailus', 'status=0,toolbar=0,width=500, height=500,scrollbars=0');
}
function popJobs() {
    window.open ('./email_jobs.php', 'emailus', 'status=0,toolbar=0,width=500, height=500,scrollbars=0');
}
function popSupport() {
    window.open ('./email_support.php', 'emailus', 'status=0,toolbar=0,width=500, height=500,scrollbars=0');
}
