function homePopup() {
    pop = window.open("mailing_list.php", "homePopup", "scrollbars=yes,resizable=yes,toolbar=no,top=25,left=25,menubar=no,location=no,width=460,height=540");
    pop.focus();
}

function regPopup() {
    pop = window.open("employers_reg.php", "regPop", "scrollbars=yes,resizable=yes,toolbar=no,top=50,left=50,menubar=no,location=no,width=460,height=540");
    pop.focus();
}

function forgotPopup() {
    pop = window.open("employers_forgot.php", "forgotPop", "scrollbars=yes,resizable=yes,toolbar=no,top=50,left=50,menubar=no,location=no,width=460,height=305");
    pop.focus();
}