function Show_Company() { document.getElementById('ID_Person_Login').style.display='none'; document.getElementById('ID_Company_Login').style.display='block'; document.fm2.cid.focus();} function Show_Person() { document.getElementById('ID_Person_Login').style.display='block'; document.getElementById('ID_Company_Login').style.display='none'; document.fm1.cid.focus();} function SubFm_Person() { if (document.fm1.cid.value == '') { alert('请填写用户名!'); document.fm1.cid.focus(); return false; } if (document.fm1.passwd.value == '') { alert('请填写密码!'); document.fm1.passwd.focus(); return false; } return true; } function SubFm_Company() { if (document.fm2.cid.value == '') { alert('请填写用户名!'); document.fm2.cid.focus(); return false; } if (document.fm2.passwd.value == '') { alert('请填写密码!'); document.fm2.passwd.focus(); return false; } return true; } document.write("
| "); document.write(" "); document.write(" | "); document.write("