<!--
function head(j) {
	document.write('<table width="780" border="0" cellspacing="0" cellpadding="2" align="center" height="20" bgcolor="eeeeee">')
  	document.write('<tr> ')
    	if(j==0) { document.write('<td width="60" align="center" class="title" bgcolor=' + frm_bg_color + '><font color=#ffffff>首页</font></td><td width=3>|</td>') }
    	else { document.write('<td width="60" align="center" class="title"><font color=#ffffff><a href="index.htm">首页</a></font></td><td width=3>|</td>') }
    	if(j==1) { document.write('<td width="60" align="center" class="title" bgcolor=' + frm_bg_color + '><font color=#ffffff>学院简介</font></td><td width=3>|</td>') }
    	else { document.write('<td width="60" align="center" class="title"><font color=#ffffff><a href="index.htm">学院简介</a></font></td><td width=3>|</td>') }
    	if(j==2) { document.write('<td width="60" align="center" class="title" bgcolor=' + frm_bg_color + '><font color=#ffffff>师资队伍</font></td><td width=3>|</td>') }
    	else { document.write('<td width="60" align="center" class="title"><font color=#ffffff><a href="index.htm">师资队伍</a></font></td><td width=3>|</td>') }
    	if(j==3) { document.write('<td width="60" align="center" class="title" bgcolor=' + frm_bg_color + '><font color=#ffffff>学工在线</font></td><td width=3>|</td>') }
    	else { document.write('<td width="60" align="center" class="title"><font color=#ffffff><a href="index.htm">学工在线</a></font></td><td width=3>|</td>') }
    	if(j==4) { document.write('<td width="60" align="center" class="title" bgcolor=' + frm_bg_color + '><font color=#ffffff>教学科研</font></td><td width=3>|</td>') }
    	else { document.write('<td width="60" align="center" class="title"><font color=#ffffff><a href="index.htm">教学科研</a></font></td><td width=3>|</td>') }
    	if(j==5) { document.write('<td width="60" align="center" class="title" bgcolor=' + frm_bg_color + '><font color=#ffffff>机构设置</font></td><td width=3>|</td>') }
    	else { document.write('<td width="60" align="center" class="title"><font color=#ffffff><a href="index.htm">机构设置</a></font></td><td width=3>|</td>') }
    	if(j==6) { document.write('<td width="60" align="center" class="title" bgcolor=' + frm_bg_color + '><font color=#ffffff>招生信息</font></td><td width=3>|</td>') }
    	else { document.write('<td width="60" align="center" class="title"><font color=#ffffff><a href="index.htm">招生信息</a></font></td><td width=3>|</td>') }
    	document.write('<td></td>')
  	document.write('</tr>')
	document.write('</table>')
}
function check(form) {
	if (form.username.value.length==0){
		alert("请输入用户名！");
		form.usrname.focus();
		return (false);
	}
	if (form.passwd.value.length==0){
		alert("请输入密码!");
		form.passwd.focus();
		return false;
	}
	windowOpener('');
	doWait();
	return (true);
}
-->