function open_mail(theURL) {
pop=window.open(theURL,"Mailer",'width=600,height=402,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
pop.focus();
}

function popup_member(theURL) {
pop2=window.open(theURL,"member_popup",'width=390,height=286,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
pop2.focus();
}

