// Start HTML Code -------------
document.writeln("  <table cellpadding=\"0\" cellspacing=\"0\" width=\"750\" border=\"0\" align=\"center\">");
document.writeln("    <tr>");
document.writeln("      <td><img alt=\"\" src=\"/images/share/none.gif\" width=\"100%\" height=\"18\" border=\"0\"/></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td>");
document.writeln("        <form action=\"/jsp/front/checklogin.jsp\" method=\"POST\" name=\"loginForm\">");
document.writeln("        <table cellpadding=\"0\" cellspacing=\"0\" width=\"720\" border=\"0\" align=\"center\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"130\"><a href=\"/index.html\"><img alt=\"Logo\" src=\"/include/img/common/logo.jpg\" border=\"0\"/></a></td>");
document.writeln("            <td valign=\"bottom\" align=\"center\"><img alt=\"Logo\" src=\"/include/img/common/super_bell.jpg\" border=\"0\"/></td>");
document.writeln("            <td>");
document.writeln("              <table align=\"right\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">");
document.writeln("                <tr>");
document.writeln("                  <td align=\"right\"><img alt=\"User Id\" src=\"/include/img/common/user_id.jpg\" border=\"0\"/></td>");
document.writeln("                  <td class=\"paddingleft\"><input type=\"text\" class=\"loginbox\" maxlength=\"20\" name=\"userid\"/></td>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                  <td align=\"right\"><img alt=\"Password\" src=\"/include/img/common/password.jpg\" border=\"0\"/></td>");
document.writeln("                  <td class=\"paddingleft\"><input type=\"password\" class=\"loginbox\" maxlength=\"20\" name=\"password\"/></td>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                  <td><a href=\"/jsp/front/account/getpassword/getpassword1.jsp\"><img alt=\"Forgot your password?\" src=\"/include/img/common/forgot_pwd.jpg\" border=\"0\"/></a></td>");
document.writeln("                  <td align=\"right\"><input type=\"image\" alt=\"Login\" src=\"/include/img/common/login.jpg\" border=\"0\"/></td>");
document.writeln("                </tr>");
document.writeln("              </table>");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("        </table>");
document.writeln("        </form>");
document.writeln("      </td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td><img alt=\"\" src=\"/images/share/none.gif\" width=\"100%\" height=\"18\" border=\"0\"/></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td>");
document.writeln("        <table width=\"720\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td align=\"center\"><a href=\"/about_us.html\"><img alt=\"About US\" src=\"/include/img/common/about_us.jpg\" border=\"0\"/></a></td>");
document.writeln("            <td align=\"center\"><a href=\"/contact_us.html\"><img alt=\"Contact US\" src=\"/include/img/common/contact_us.jpg\" border=\"0\"/></a></td>");
document.writeln("            <td align=\"center\"><a href=\"javascript:popWIn()\"><img alt=\"Help\" src=\"/include/img/common/help.jpg\" border=\"0\"/></a></td>");
document.writeln("            <td align=\"center\"><a href=\"/jsp/front/register/mm/create1.jsp\"><img alt=\"Registration\" src=\"/include/img/common/registration.jpg\" border=\"0\"/></a></td>");
document.writeln("          </tr>");
document.writeln("        </table>");
document.writeln("      </td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td><img alt=\"\" src=\"/images/share/none.gif\" width=\"100%\" height=\"18\" border=\"0\"/></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
// End HTML Code -------------
function popWIn(){
  window.open("/coming_soon.html", "_blank", "titlebar=0,scrollbars=1,resizable=0,directories=0,height=300,width=300");
}
