document.write('
');
function show_zone(id,id1)
{
window.open('/web/html/'+id1+'/index_'+id+'.html','_blank','width=1024,height=590');
}
function chkinput()
{
if (document.loginForm.username.value=="")
{
alert("请填写用户名!");
document.loginForm.username.focus();
return false;
}
if(document.loginForm.password.value =="")
{
alert("请填写密码!");
document.loginForm.password.focus();
return false;
}
return true;
}