﻿<!--
function chkFm1011009(){
	with(document.fm1011009){
		if( fmAccount.value.length<1 ){
			alert('請輸入『會員登入帳號』！');
			fmAccount.select();
			return false;
		}
		if( fmOpenKey.value.length<1 ){
			alert('請輸入『帳號啟動密碼』！');
			fmPassword.select();
			return false;
		}
		submit();
	}
}
-->
