function doReg(url){
    var screenWidth   =  (screen.width - 520) / 2;
    var screenHeight  =  (screen.height - 560) / 2;
    newwin = window.open(url,"mailer","width=520,height=560,toolbar=no,resizable=yes,scrollbars=yes,location=no,directories=no,menubar=no,top="+screenHeight+",left="+screenWidth+"");
}

function doMail(rogue, head, weapon, insignia){
    var screenWidth   =  (screen.width - 608) / 2;
    var screenHeight  =  (screen.height - 465) / 2;
    var url = "/webapps/PageMailer/PageMailerFormBFRS.jsp" + "?title=" + escape (document.title) + "&url=" + escape (document.location + "index.html?rogue=" + rogue +"&head=" + head +"&weapon="+ weapon +"&insignia="+ insignia);
    newwin = window.open(url,"mailer","width=608,height=465,toolbar=no,resizable=yes,scrollbars=yes,location=no,directories=no,menubar=no,top="+screenHeight+",left="+screenWidth+"");
}

function doMail2(myPercent, myQuiz){
    var screenWidth   =  (screen.width - 608) / 2;
    var screenHeight  =  (screen.height - 465) / 2;
    var url = "/webapps/PageMailer/PageMailerFormBFRS2.jsp" + "?title=" + escape (document.title) + "&myPercent=" + escape(myPercent) + "&myQuiz=" + escape(myQuiz) + "&url=" + escape (document.location + "index.html");
    newwin = window.open(url,"mailer","width=608,height=465,toolbar=no,resizable=yes,scrollbars=yes,location=no,directories=no,menubar=no,top="+screenHeight+",left="+screenWidth+"");
}