document.write("<p><hr width=\"60%\" size=4 color=\"#FF3333\">");

document.write("<form lang=\"en\" action=\"http://www.fastdomain.com/fastmail\" method=POST>");

if (towhom == "course") {
 withwhom = "other students in your class";
 document.write("<input type=hidden name=\"sendtoemail\" value=\"" + top.user.course + "\">");
 document.write("<input type=hidden name=\"recipient\" value=\"" + top.user.course + "\">"); }
else {
 withwhom = "those in your small group";
 document.write("<input type=hidden name=\"sendtoemail\" value=\"" + top.user.group + "\">");
 document.write("<input type=hidden name=\"recipient\" value=\"" + top.user.group + "\">"); }

if (top.user.login > " ") {
  document.write("<input type=hidden name=\"realname\"  value=\"" + top.user.login + "\">"); }
else {
  document.write("<p><B>(You must first <a href=\"login.htm\" target=\"_self\"><b>login</b></a> before you can send your answers. After logging in, do not press F5 or the \"Refresh\" button, which erases your login name.)</B>"); }

document.write("<input type=hidden name=\"subject\" value=\"" + lesson + "\">");

document.write("<input type=hidden name=\"redirect\" value=\"http://www.agape-biblia.org/plugins/sent-ok.htm\">");

document.write("<p align=\"center\"><b><A HREF=\"#null\" onclick=\"return false\" ondblclick=\"return false\" TITLE=\"Please read the whole lesson once before you do this part!\" CLASS=\"external\" LANGUAGE=\"Javascript\">And now</A> let's discuss this topic with " + withwhom + ":</b><br>");

document.write("\"" + discuss + "\"<br>");

document.write("<INPUT TYPE=\"hidden\" NAME=\"&#010;Discuss\" VALUE=\"" + discuss + "\">");

document.write("<p align=\"center\"><TEXTAREA NAME=\"&#010;Answer\" COLS=70 ROWS=5 WRAP=VIRTUAL></TEXTAREA>");

document.write("<p>Now connect to the Internet and press <INPUT TYPE=SUBMIT VALUE=\"Submit\"> to send your discussion answer directly from our server.</FORM>");

document.write("<p><hr width=\"60%\" size=4 color=\"#0066CC\">");

