function doMail(rogue, head, weapon, insignia){
    var screenWidth   =  (screen.width - 600) / 2;
    var screenHeight  =  (screen.height - 400) / 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=600,height=400,toolbar=no,resizable=yes,scrollbars=no,location=no,directories=no,menubar=no,top="+screenHeight+",left="+screenWidth+"");
}

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