// JavaScript Document

document.write('<table  border="0"  cellpadding="0" cellspacing="0" class="bglogin">');
document.write('    <tr><td>');
document.write('    <table width="160" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('    <tr><td colspan="2" height="36"></td></tr>');
document.write('   <form name="registerform" id="registerform" action="" method = "post" onsubmit="return jumpMenu(this);" target="_blank">');
document.write('          <tr>');
document.write('        <td height="23" class="f-wite" >地址:</td>');
document.write('        <td >');       
document.write('        <select name="actionurl" id="actionurl" style="z-index:-5;" class="inputlogin" >');
document.write('        <option value="">请选择服务器</option>');
document.write('        <option value=http://bp1.258.com/login.php>福建电信</option>');
document.write('        <option value=http://bp3.258.com/login.php>天津网通</option>');
document.write('        <option value=http://bp2.258.com/login.php>上海电信</option>'); 
document.write('        <option value=http://bp4.258.com/login.php>广东电信</option>');
document.write('        <option value=http://bp5.258.com/login.php>河南网通</option>');
document.write('        <option value=http://bp6.258.com/login.php>重庆电信</option>'); 
document.write('        </select></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td height="23" class="f-wite">身份:</td>');
document.write('        <td > ');       
document.write('        <select name="type" id="type" class="inputlogin">');                
document.write('<option value=1>主账号</option>');
document.write('<option value=2>子账号</option>');
document.write('              </select></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td width="40" height="23" class="f-wite">用户:</td>');
document.write('        <td width="120" ><input type="text" name="username" id="username" class="inputlogin" /></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td height="23" class="f-wite">密码:</td>');
document.write('        <td ><input name="userpsw" id="userpsw" type="password"  class="inputlogin" /></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('      <td colspan="2">');
document.write('      <table width="160" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('        <tr>');
document.write('      <td width="85" height="32" align="right"><input type="image" name="imageField" id="imageField" src="/images/enter.gif" class="noborder" style="margin-top:0px;" /></td>');
document.write('      <td width="55" align="right"><a href="http://kf.258.com/register.php" target="_blank"><img src="/images/reg.gif" alt="用户注册" border="0" /></a></td>');
document.write('      <td width="20"  align="right"><a href="http://bp1.258.com/getpassword.php" target="_blank"><img src="images/sock.gif" width="15" height="16" border="0" alt="忘记密码?" /></a></td>');
document.write('      </tr>');
document.write('      </table></td>');
document.write('      </tr>');
document.write('      </form>');
document.write('    </table>');
document.write('    </td></tr></table>');