
<html>
<head>
<meta name="VI60_defaultClientScript" content="VBScript">
<title>公司用户注册Company Application</title>
<meta http-equiv="Content-type" Content="text/html;charset=GB2312">
<link rel="stylesheet" type="text/css" href="../web.css">
<script ID="clientEventHandlersVBS" LANGUAGE="vbscript">
<!--
function form1_onsubmit
	if trim(form1.email.value)<>"" then
		if instr(2,form1.email.value,"@")=0 or instr(3,form1.email.value,".")=0 then
			msgbox"email当中需包含'@'和'.'字符!Email address error!",64,"注意Note！"
			focusto("email")
			form1_onsubmit=false
			exit function
		end if
	end if
	' 
	if trim(form1.username.value)="" or trim(form1.company.value)="" or trim(form1.account.value)="" or trim(form1.password.value)="" or trim(form1.phone.value)="" then
		msgbox "公司信息“*”处为必填内容!Input mandatory with *!",,"注意Note！"
		focusto("username")
		form1_onsubmit=false
		exit function
	end if
	if trim(form1.address.value)="" then
		msgbox "通讯地址“*”处为必填内容!Input mandatory with *!",,"注意Note！"
		focusto("address")
		form1_onsubmit=false
		exit function
	end if

	if len(trim(form1.account.value))>8 then
		alert"用户名必须在9位之内!Length of Username exceeded!",,"注意Note！"
		focusto("account")
		form1_onsubmit=false
		exit function
	end if	
	if len(trim(form1.password.value))<6 then
		msgbox"密码的位数不少于6位!Please input 6 more charecters for password!",,"注意Note！"
		focusto("password")
		form1_onsubmit=false
		exit function
	end if
	if trim(form1.password.value)=trim(form1.account.value) then
		msgbox"密码与用户名不能相同!Please input diffent charecters with login and password!",,"注意Note！"
		focusto("password")
		form1_onsubmit=false
		exit function
	end if	
	pass=trim(form1.password.value)
	passlen=len(trim(form1.password.value))
	do while len(pass)>1
		str1=left(pass,1)
		str2=mid(pass,2,1)
		if str1=str2 then
			pass=right(pass,len(pass)-1)
			i=i+1
		else
			exit do
		end if
	loop
	if i=passlen-1then
		alert"密码各位数不能全部使用同一字符! Please input diffent charecters for password!"
		focusto("password")
		form1_onsubmit=false
		exit function
	end if
End function
sub focusto(x)
	document.form1.elements(x).focus()
end sub

Sub autopoll_onclick
	
		if form1.autopoll.checked=true then
			form1.set_pos.checked=true	
		end if
		
End Sub
-->
</script>
</head>
<body topmargin="1" rightMargin="1" leftmargin="1" marginwidth="1" marginheight="1">
<form action="usernew_company.asp" method="post" name="form1">

 <table border="0" width="98%" align="center">
 	<td align="left"><img border="0" src="../images/mcn_white.gif"></td> 
	<td align="center"><b><strong><font size="4" color="#0297C1">公司用户申请<br>Application form for company</font></strong></b></td> 
	<td align="right"><img border="0" src="../images/inmarsat_white.gif"></td> 

  <tr>
 </tr>
</table>


<table align="center" WIDTH="98%" BORDER="1" CELLSPACING="1" CELLPADDING="1" bordercolorlight="#D0F3FF" bordercolordark="#D0F3FF">
<tr>
	<td bgcolor="#D0F3FF"><font color="#0000ff">公司信息</font><font size="-1" color="blue">(带*号项为必添内容)Company Infomation(Mandatory with *)</font>
	</td>
</tr>
<tr>
		<td>
    <table border="1" cellpadding="2" width="100%" cellspacing="0" bordercolor="#D0F3FF" bordercolorlight="#808080" bordercolordark="#FFFFFF">
        <tr>
          <td width="19%" align="left">联系人*<br>Applyer：<br><font size="-1">(申请人姓名)</font></td>                 
          <td width="20%"> <input name="username" class="table_c"></td>        
          <td width="22%" align="left"> 公司名称*<br>Company：<br> <font size="-1">(应与公司章保持一致)</font></td>       
          <td width="39%"><input id="company" name="company" style="width:100%" class="table_c"></td>       
        </tr>       
        <tr>       
          <td width="19%" align="left">用户名*<br>Login：<br><font size="-1">(即登录帐号用英文字符)</font></td>             
          <td width="20%"> <input name="account" class="table_c" style="TEXT-TRANSFORM: lowercase"></td>        
          <td width="22%" align="left"> 密码*<br>Password：<br><font size="-1">(6-10个数字或字母组合)</font></td>
          <td width="39%"><input type="password" name="password" class="table_c"></td>
        </tr>
        <tr>
          <td width="19%" align="left">电 话*<br>Phone：</td>   
          <td width="20%"> <input id="phone" name="phone" class="table_c"></td>   
          <td width="22%" align="left">密码确认*<br>Psw Confirm：</td>   
          <td width="39%"><input type="password" name="password1" class="table_c"></td>   
        </tr> 
        <tr> 
          <td width="19%" align="left">传真<br>Fax：</td>   
          <td width="20%"> <input id="fax" name="fax" class="table_c"></td>   
          <td width="22%" align="left">电子信箱*<br>Email：</td>   
          <td width="39%"><input name="email" style="width:100%" class="table_c"></td>   
        </tr>   
        <tr>
          <td width="19%" align="left">邮编*<br>ZIP：</td>                 
          <td width="20%"> <input name="pocode" class="table_c"></td>        
          <td width="22%" align="left"> 通讯地址<font size="-1">(包含省/市)</font>*<br>Address：</td>       
          <td width="39%"><input id="address" name="address" style="width:100%" class="table_c"></td>
		  </tr>
		 <!-- <tr>
		  <TD width="15%">短信服务：</TD>
					<td width="35%" height="16">&nbsp;
					<INPUT  name=checkbox3 type="checkbox" checked >
					允许转发短信
				</td>
          <TD height=16 width="15%">手机号码：</TD>	
					<td width="35%" height="16">
					<input class="table_c" name="mobile" value="" size="15">注：国家代码＋手机号码
					</td>       
        </tr> -->      
      </table>    
 </td>    

</tr>
<tr><td bgcolor="#D0F3FF"><font color="#0000ff">附加业务Optional Service</font></td></tr>
<tr><td>
      <table border="1" cellpadding="2" width="100%" class="table_f" cellspacing="0" bordercolor="#808080" bordercolorlight="#808080" bordercolordark="#FFFFFF">
		<tr>
			<td width="33%"><input type="checkbox" name="set_pos" id="set_pos">查船位业务(发送询呼指令,调取船位)<br>Polling&Data report</td>
			<td width="33%"><input type="checkbox" name="set_egc">EGC业务(发送增强群呼,船队通电)<br>FleetNet EGC</td>
		</tr>
      </table>
  </td></tr>
<tr>
	<td bgcolor="#D0F3FF"><font color="#0000ff">船舶信息Properities of Ships </font>
	</td>
</tr>
<tr>
	<td>
      <table border="1" cellSpacing="0" width="100%" height="55" bordercolorlight="#808080" bordercolordark="#FFFFFF" bordercolor="#808080" cellpadding="3">
        <tr>
          <td height="20" class="table_t" width="3%">&nbsp;</td>
          <td height="20" class="table_t" width="23%">船舶名称*<br>Name of Ship</td>
          <td height="20" class="table_t" width="20%">C站识别码*<br>IMN</td>
          <td height="20" class="table_t" width="18%">船舶标识<br>CallSign</td>
          <td height="20" class="table_t" width="19%">T&amp;T类型C站<br>T&T or OEM</td>
          <td height="20" class="table_t" width="17%">查询船位<br>Poll&DataRept</td></tr>
          
     
       <tr>
          <td height="23" width="3%" align="center">1</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(1)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(1)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(1)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(1)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(1)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">2</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(2)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(2)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(2)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(2)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(2)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">3</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(3)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(3)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(3)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(3)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(3)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">4</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(4)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(4)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(4)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(4)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(4)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">5</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(5)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(5)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(5)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(5)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(5)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">6</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(6)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(6)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(6)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(6)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(6)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">7</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(7)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(7)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(7)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(7)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(7)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">8</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(8)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(8)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(8)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(8)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(8)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">9</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(9)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(9)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(9)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(9)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(9)"></td>
	 </tr>
	
       <tr>
          <td height="23" width="3%" align="center">10</td>
          <td height="23" width="23%"><input type="text" class="table_c" name="shipname(10)" size="20"></td>
          <td height="23" width="20%"><input type="text" class="table_c" name="mobileid(10)" size="9"></td>
          <td height="23" width="18%"><input type="text" class="table_c" style="TEXT-TRANSFORM: uppercase" name="callsign(10)" size="10"></td>
          <td height="23" width="19%" align="center"><input type="checkbox" name="ctype(10)"></td>
         <td height="23" width="17%" align="center"><input type="checkbox" name="boat(10)"></td>
	 </tr>
	
	</table>

	</td>
</tr>
<tr>
	<td><input type="submit" value="提交Submit" name="submit" style="HEIGHT: 24px; WIDTH: 96px">
		 <input type="reset" value="重填Reset" name="reset1" style="HEIGHT: 24px; WIDTH: 96px">
		 <input type="button" value="返回Return" name="back" onclick="javascript:history.back()" style="HEIGHT: 24px; WIDTH: 96px"></td>
</tr>
</table>
  <table align="center"border="0" cellpadding="4" cellspacing="0" width="98%">
    <tr>
      <td width="90%" style="font-size: 10pt">说明Notes：<br>
      1.填写并提交本表单将生成电子申请单,北京船舶通信导航公司将依据该电子申请单开设本系统通信帐户。<br>
      &nbsp;&nbsp;To fill in and submit this form for company user register. <br>
      2.请将通讯地址、邮政编码填写完整，北京船舶通信导航公司将以此邮寄通信账单。<br> 
      &nbsp;&nbsp;Detailed address information required for billing account. <br>
      3.成功提交电子申请单后，必须打印本页面提交的申请单；将盖章申请表传真或邮寄至北京船舶通信导航公司卫星通信处。<br>
      &nbsp;&nbsp;通讯地址:北京市安外外馆后身一号北京船舶通信导航公司,联系人:计费结算中心, Tel:010 65293316, Fax: 010 65293939<br>
      &nbsp;&nbsp;Please print the submited form,literary application form with stamp to MCN required.<br>
      4.公司名称应真实准确，国内公司请使用中文名称，北京船舶通信导航公司收到盖章申请表传真后两个工作日内开通业务，并传真通知用户。<br>
      &nbsp;&nbsp;Rightness of the name of company should be checked.<br>
      5.船舶信息可以在开户以后登录系统自行添加与维护。其中T&amp;T类型C站为Thrane&Thrane或其OEM产品，如型号为T&T Capsat、SAILOR、ALTALS、STC请选中该项,其它型号该项不选。<br>
      &nbsp;&nbsp;Properties of ships can be added later after login.<br>
      </td>
    </tr>
  </table>



</form>


</body>
</html>























