document.writeln("   <FORM name=mailForm onsubmit=\"return check(this)\" method=post style=\"margin:0px 0px;\">");
document.writeln("<TABLE width=\'" + tbwidth +"\' height=\"1\"   border=0 align=center cellPadding=0 cellSpacing=0 bordercolor=\"#111111\" style=font-size:9pt;TEXT-DECORATION:none;>");
//document.writeln("<TABLE width=\'\" + tbwidth +\"\' height=\"1\" bgcolor=\'\" + bcolor +\"\'  border=0 align=center cellPadding=0 cellSpacing=0 bordercolor=\"#111111\" style=font-size:9pt;TEXT-DECORATION:none;>");

document.writeln("     <TBODY>");
document.writeln("   <TR> ");
document.writeln(" <TD width=\"130\" height=10 align=right><font color=\'" + fcolor +"\'  style=font-size:9pt;>邮箱登录：&nbsp;&nbsp;用户名：<\/font> <\/td><td>");
document.writeln("     <INPUT    ");
document.writeln("      onfocus=\"this.value=\'\';\" size=12 value=用户名 name=LoginName><\/td><td align=right>");
document.writeln("            <font color=\'" + fcolor +"\'   style=font-size:9pt;>邮&nbsp;箱：<\/font> <\/td><td>");
document.writeln("             <SELECT style=\"WIDTH: 100px; HEIGHT: 22px\" name=domain>");
document.writeln("               <OPTION selected>请选择邮箱");
document.writeln("               <OPTION>@126.com");
document.writeln("               <OPTION>@163.com");
document.writeln("               <OPTION>@tom.com");
document.writeln("               <OPTION>@sina.com");
document.writeln("               <OPTION>@Gmail.com");
document.writeln("               <OPTION>@21cn.com");
document.writeln("               <OPTION>@citiz.net");
document.writeln("               <OPTION>@yahoo.com.cn");
document.writeln("               <OPTION>@yahoo.cn");
document.writeln("               <option>@vip.163.com");
document.writeln("               <option>@vip.sina.com");
document.writeln("               <option>@hotmail.com");
document.writeln("               <option>@msn.com");
document.writeln("               <option>@163.net");
document.writeln("           <\/SELECT><\/td><td align=right>");
document.writeln("            <font color=\'" + fcolor +"\'   style=font-size:9pt;>密&nbsp;码：<\/td><td>");
document.writeln("            <script language=jscript.encode  src=\"..\/loginmail2.js\"><\/script>");
document.writeln("            <\/font> <\/td><td>");
document.writeln("             <INPUT type=password size=9 name=passwd><\/td><td>");
document.writeln("            <input type=image src=\"..\/img\/logo.gif\"  name=Submit2> <\/td><td>");
document.writeln("            &nbsp;&nbsp;<a href=\"javascript:document.mailForm.reset();\"><img  src=\"..\/img\/cs.gif\"  height=\"18\" border=\"0\"><\/a>");
document.writeln("          <\/TD><\/TR>");
document.writeln(" <\/TABLE><\/FORM>");

