var xmlHttpout = false;
try {
  xmlHttpout = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
  try {
    xmlHttpout = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (e2) {
    xmlHttpout = false;
  }
}
if (!xmlHttpout && typeof XMLHttpRequest != 'undefined') {
  xmlHttpout = new XMLHttpRequest();
}
	 
	 
 function pdt3t(){
 //var content = document.getElementById("content").value;
  //if ((username == null) ) return;
  var urlt3 = "/user/loginout2.asp?fl=B";
  xmlHttpout.open("GET", urlt3, true);
  xmlHttpout.onreadystatechange = updatePaget3;
  xmlHttpout.send(null);  
}

function updatePaget3() {
  if (xmlHttpout.readyState < 4) {
      userlogin2.innerHTML="<table width=3 height=13 border=0 cellpadding=0 cellspacing=0><tr><td height=13><img src=/user/images/loading.gif width=16 height=16 /></td></tr></table>";
  }
  if (xmlHttpout.readyState == 4) {
    var responset3 = xmlHttpout.responseText;
	userlogin2.innerHTML=responset3
     }	 
	 }
/////////////////////////////////////////////////////////////////////////////////
var xmlHttpt2 = false;
try {
  xmlHttpt2 = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
  try {
    xmlHttpt2 = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (e2) {
    xmlHttpt2 = false;
  }
}
if (!xmlHttpt2 && typeof XMLHttpRequest != 'undefined') {
  xmlHttpt2 = new XMLHttpRequest();
}
	 
	 
 function pdt2(){
 //var content = document.getElementById("content").value;
  //if ((username == null) ) return;
  var urlt2 = "/user/index_login2.asp";
  xmlHttpt2.open("GET", urlt2, true);
  xmlHttpt2.onreadystatechange = updatePaget2;
  xmlHttpt2.send(null);  
}

function updatePaget2() {
  if (xmlHttpt2.readyState < 4) {
      userlogin2.innerHTML="<table width=3 height=13 border=0 cellpadding=0 cellspacing=0><tr><td height=13><img src=/user/images/loading.gif width=16 height=16 /></td></tr></table>";
  }
  if (xmlHttpt2.readyState == 4) {
    var responset2 = xmlHttpt2.responseText;
	userlogin2.innerHTML=responset2
     }	 
	 }
////////////////////////////////////////////////////////////////////////////////////////





var xmlHttpt2t = false;
try {
  xmlHttpt2t = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
  try {
    xmlHttpt2t = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (e2) {
    xmlHttpt2t = false;
  }
}
if (!xmlHttpt2t && typeof XMLHttpRequest != 'undefined') {
  xmlHttpt2t = new XMLHttpRequest();
}
	 
	 
	 function pdt2t(){


if (document.formt.tusername.value=="")
  {
	usernamet.innerHTML="请输入您的用户名";
	document.formt.submit.disabled=true
	formt.tusername.focus();
	return false;  
  }

         if (document.formt.tpassword.value=="")
  {
	usernamet.innerHTML="请输入您的登陆密码";
	document.formt.submit.disabled=true
	formt.tpassword.focus();
	return false;  
  }

          if (document.formt.tyzm.value=="")
  {
	usernamet.innerHTML="请输入验证码";
	document.formt.submit.disabled=true
	formt.tyzm.focus();
	return false;  
  }
  
        if (isNaN(document.formt.tyzm.value)){
	      usernamet.innerHTML="您输入的验证码不是有效数字";
	      document.formt.submit.disabled=true
	      formt.tyzm.focus();
	      return false;  
		   }


      if (document.formt.tyzm.value.length<3){
	      usernamet.innerHTML="验证码没有填写完整";
	      document.formt.submit.disabled=true
	      formt.tyzm.focus();
	      return false;  
		   }
		   
 //var content = document.getElementById("content").value;
  //if ((username == null) ) return;
  var tusername = document.getElementById("tusername").value;
   var tpassword = document.getElementById("tpassword").value;
   var tyzm = document.getElementById("tyzm").value;
  var urlt2t = "/user/login_save2.asp?username=" + escape(tusername) + "&password=" + escape(tpassword) + "&yzm=" + escape(tyzm) + "&usersf=B";
  xmlHttpt2t.open("GET", urlt2t, true);
  xmlHttpt2t.onreadystatechange = updatePaget2t;
  xmlHttpt2t.send(null);  
}

function updatePaget2t() {
  if (xmlHttpt2t.readyState < 4) {
      userlogin2.innerHTML="<table width=3 height=13 border=0 cellpadding=0 cellspacing=0><tr><td height=13><img src=/user/images/loading.gif width=16 height=16 /></td></tr></table>";
  }
  if (xmlHttpt2t.readyState == 4) {
    var responset2t = xmlHttpt2t.responseText;
	userlogin2.innerHTML=responset2t
     }	 
	 }




/////////////////////////////////////////////////////////////////////////////////////////
function login1(){
log1.style.display = "";
log2.style.display = "none";
log3.style.display = "none";
}
function login2(){
log1.style.display = "none";
log2.style.display = "";
log3.style.display = "none";
}
function login3(){
log1.style.display = "none";
log2.style.display = "none";
log3.style.display = "";
}
////////////////////////////////////////////////////////////////////////////////////////////
function zk1(){
vod1.style.display = "";
}
function zk2(){
vod1.style.display = "none";
}
/////////////////////////////////////////////////////////////////////////////////////////////
var xmlHttp_tc = false;
try {
  xmlHttp_tc = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
  try {
    xmlHttp_tc = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (e2) {
    xmlHttp_tc = false;
  }
}
if (!xmlHttp_tc && typeof XMLHttpRequest != 'undefined') {
  xmlHttp_tc = new XMLHttpRequest();
}

function gjgl2() {
//var username_tc = document.getElementById("username_tc").value;
   //var password_tc = document.getElementById("password_tc").value;
   //var yzm_tc = document.getElementById("yzm_tc").value;
   //var usersf = document.getElementById("usersf").value;
  //if ((username == null) ) return;
  var url_tc = "/user/login_tc.asp";
  xmlHttp_tc.open("GET", url_tc, true);
  xmlHttp_tc.onreadystatechange = updatePage_tc;
  xmlHttp_tc.send(null);  
}

function updatePage_tc() {
  if (xmlHttp_tc.readyState < 4) {
    userlogin3.innerHTML="<img src=/user/images/loading.gif width=16 height=16 />";
  }
  if (xmlHttp_tc.readyState == 4) {
    var response_tc = xmlHttp_tc.responseText;
	userlogin3.innerHTML=response_tc;
     }
	 
	 
	 }
////////////////////////////////////////////////////////////////////////////////////////////////////////
var xmlHttp_tc_save = false;
try {
  xmlHttp_tc_save = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
  try {
    xmlHttp_tc_save = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (e2) {
    xmlHttp_tc_save = false;
  }
}
if (!xmlHttp_tc_save && typeof XMLHttpRequest != 'undefined') {
  xmlHttp_tc_save = new XMLHttpRequest();
}

function gjdl() {
var username_tc = document.getElementById("username_tc").value;
   var password_tc = document.getElementById("password_tc").value;
   var fl_tc = document.getElementById("fl_tc").value;
   //var usersf = document.getElementById("usersf").value;
  //if ((username == null) ) return;
  var url_tc2 = "/gjgl/login_save.asp?username_tc=" + escape(username_tc) + "&password=" + escape(password_tc) + "&fl=" + escape(fl_tc);
  xmlHttp_tc_save.open("GET", url_tc2, true);
  xmlHttp_tc_save.onreadystatechange = updatePage_tc2;
  xmlHttp_tc_save.send(null);  
}

function updatePage_tc2() {
  if (xmlHttp_tc_save.readyState < 4) {
    userlogin3.innerHTML="<img src=/user/images/loading.gif width=16 height=16 />";
  }
  if (xmlHttp_tc_save.readyState == 4) {
    var response_tc2 = xmlHttp_tc_save.responseText;
	userlogin3.innerHTML=response_tc2;
     }
	 
	 
	 }
/////////////////////////////////////////////////////////////////////////////////////////////
var xmlHttp_tc_out = false;
try {
  xmlHttp_tc_out = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
  try {
    xmlHttp_tc_out = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (e2) {
    xmlHttp_tc_out = false;
  }
}
if (!xmlHttp_tc_out && typeof XMLHttpRequest != 'undefined') {
  xmlHttp_tc_out = new XMLHttpRequest();
}

function tc_out() {
//var username_tc = document.getElementById("username_tc").value;
   //var password_tc = document.getElementById("password_tc").value;
   //var yzm_tc = document.getElementById("yzm_tc").value;
   //var usersf = document.getElementById("usersf").value;
  //if ((username == null) ) return;
  var url_tc_out = "/user/login_tc_out.asp";
  xmlHttp_tc_out.open("GET", url_tc_out, true);
  xmlHttp_tc_out.onreadystatechange = updatePage_tc_out;
  xmlHttp_tc_out.send(null);  
}

function updatePage_tc_out() {
  if (xmlHttp_tc_out.readyState < 4) {
    userlogin3.innerHTML="<img src=/user/images/loading.gif width=16 height=16 />";
  }
  if (xmlHttp_tc_out.readyState == 4) {
    var response_tc_out = xmlHttp_tc_out.responseText;
	userlogin3.innerHTML=response_tc_out;
     }
	 
	 
	 }
//////////////////////////////////////////////////////////////////////////新闻
function news1(){
newtext1.style.display = "";
newtext2.style.display = "none";
newtext3.style.display = "none";
}
function news2(){
newtext1.style.display = "none";
newtext2.style.display = "";
newtext3.style.display = "none";
}
function news3(){
newtext1.style.display = "none";
newtext2.style.display = "none";
newtext3.style.display = "";
}
////////////////////////////////////////////////////////////////////////////////最近更新试卷
function zjgx1(){
zjgxtext1.style.display = "";
zjgxtext2.style.display = "none";
zjgxtext3.style.display = "none";
}
function zjgx2(){
zjgxtext1.style.display = "none";
zjgxtext2.style.display = "";
zjgxtext3.style.display = "none";
}
function zjgx3(){
zjgxtext1.style.display = "none";
zjgxtext2.style.display = "none";
zjgxtext3.style.display = "";
}

////////////////////////////////////////////////////////////////////////////////教师之家
function jszj1(){
jszjtext1.style.display = "";
jszjtext2.style.display = "none";
jszjtext3.style.display = "none";
jszjtext4.style.display = "none";
jszjtext5.style.display = "none";
jszjtext6.style.display = "none";
jszjtext7.style.display = "none";
jszjtext8.style.display = "none";
}
function jszj2(){
jszjtext1.style.display = "none";
jszjtext2.style.display = "";
jszjtext3.style.display = "none";
jszjtext4.style.display = "none";
jszjtext5.style.display = "none";
jszjtext6.style.display = "none";
jszjtext7.style.display = "none";
jszjtext8.style.display = "none";
}
function jszj3(){
jszjtext1.style.display = "none";
jszjtext2.style.display = "none";
jszjtext3.style.display = "";
jszjtext4.style.display = "none";
jszjtext5.style.display = "none";
jszjtext6.style.display = "none";
jszjtext7.style.display = "none";
jszjtext8.style.display = "none";
}
function jszj4(){
jszjtext1.style.display = "none";
jszjtext2.style.display = "none";
jszjtext3.style.display = "none";
jszjtext4.style.display = "";
jszjtext5.style.display = "none";
jszjtext6.style.display = "none";
jszjtext7.style.display = "none";
jszjtext8.style.display = "none";
}
function jszj5(){
jszjtext1.style.display = "none";
jszjtext2.style.display = "none";
jszjtext3.style.display = "none";
jszjtext4.style.display = "none";
jszjtext5.style.display = "";
jszjtext6.style.display = "none";
jszjtext7.style.display = "none";
jszjtext8.style.display = "none";
}
function jszj6(){
jszjtext1.style.display = "none";
jszjtext2.style.display = "none";
jszjtext3.style.display = "none";
jszjtext4.style.display = "none";
jszjtext5.style.display = "none";
jszjtext6.style.display = "";
jszjtext7.style.display = "none";
jszjtext8.style.display = "none";
}
function jszj7(){
jszjtext1.style.display = "none";
jszjtext2.style.display = "none";
jszjtext3.style.display = "none";
jszjtext4.style.display = "none";
jszjtext5.style.display = "none";
jszjtext6.style.display = "none";
jszjtext7.style.display = "";
jszjtext8.style.display = "none";
}
function jszj8(){
jszjtext1.style.display = "none";
jszjtext2.style.display = "none";
jszjtext3.style.display = "none";
jszjtext4.style.display = "none";
jszjtext5.style.display = "none";
jszjtext6.style.display = "none";
jszjtext7.style.display = "none";
jszjtext8.style.display = "";
}
function jszj9(){
jszjftext1.style.display = "";
jszjftext2.style.display = "none";
jszjftext3.style.display = "none";
}
function jszj10(){
jszjftext1.style.display = "none";
jszjftext2.style.display = "";
jszjftext3.style.display = "none";
}
function jszj11(){
jszjftext1.style.display = "none";
jszjftext2.style.display = "none";
jszjftext3.style.display = "";

}
////////////////////////////////////////////////////////////////////////////////////////////
function xxtd1(){
xxtdtext1.style.display = "";
xxtdtext2.style.display = "none";
xxtdtext3.style.display = "none";
xxtdtext4.style.display = "none";
xxtdtext5.style.display = "none";
xxtdtext6.style.display = "none";
xxtdtext8.style.display = "none";
xxtdtext9.style.display = "none";
}
function xxtd2(){
xxtdtext1.style.display = "none";
xxtdtext2.style.display = "";
xxtdtext3.style.display = "none";
xxtdtext4.style.display = "none";
xxtdtext5.style.display = "none";
xxtdtext6.style.display = "none";
xxtdtext8.style.display = "none";
xxtdtext9.style.display = "none";
}
function xxtd3(){
xxtdtext1.style.display = "none";
xxtdtext2.style.display = "none";
xxtdtext3.style.display = "";
xxtdtext4.style.display = "none";
xxtdtext5.style.display = "none";
xxtdtext6.style.display = "none";
xxtdtext8.style.display = "none";
xxtdtext9.style.display = "none";
}
function xxtd4(){
xxtdtext1.style.display = "none";
xxtdtext2.style.display = "none";
xxtdtext3.style.display = "none";
xxtdtext4.style.display = "";
xxtdtext5.style.display = "none";
xxtdtext6.style.display = "none";
xxtdtext8.style.display = "none";
xxtdtext9.style.display = "none";
}
function xxtd5(){
xxtdtext1.style.display = "none";
xxtdtext2.style.display = "none";
xxtdtext3.style.display = "none";
xxtdtext4.style.display = "none";
xxtdtext5.style.display = "";
xxtdtext6.style.display = "none";
xxtdtext8.style.display = "none";
xxtdtext9.style.display = "none";
}
function xxtd6(){
xxtdtext1.style.display = "none";
xxtdtext2.style.display = "none";
xxtdtext3.style.display = "none";
xxtdtext4.style.display = "none";
xxtdtext5.style.display = "none";
xxtdtext6.style.display = "";
xxtdtext8.style.display = "none";
xxtdtext9.style.display = "none";
}
function xxtd8(){
xxtdtext1.style.display = "none";
xxtdtext2.style.display = "none";
xxtdtext3.style.display = "none";
xxtdtext4.style.display = "none";
xxtdtext5.style.display = "none";
xxtdtext6.style.display = "none";
xxtdtext8.style.display = "";
xxtdtext9.style.display = "none";
}
function xxtd9(){
xxtdtext1.style.display = "none";
xxtdtext2.style.display = "none";
xxtdtext3.style.display = "none";
xxtdtext4.style.display = "none";
xxtdtext5.style.display = "none";
xxtdtext6.style.display = "none";
xxtdtext8.style.display = "none";
xxtdtext9.style.display = "";
}

function zxyy1(){
zxyytext1.style.display = "";
zxyytext2.style.display = "none";
zxyytext3.style.display = "none";
zxyytext4.style.display = "none";
zxyytext5.style.display = "none";
zxyytext6.style.display = "none";
zxyytext7.style.display = "none";
zxyytext8.style.display = "none";
}
function zxyy2(){
zxyytext1.style.display = "none";
zxyytext2.style.display = "";
zxyytext3.style.display = "none";
zxyytext4.style.display = "none";
zxyytext5.style.display = "none";
zxyytext6.style.display = "none";
zxyytext7.style.display = "none";
zxyytext8.style.display = "none";
}
function zxyy3(){
zxyytext1.style.display = "none";
zxyytext2.style.display = "none";
zxyytext3.style.display = "";
zxyytext4.style.display = "none";
zxyytext5.style.display = "none";
zxyytext6.style.display = "none";
zxyytext7.style.display = "none";
zxyytext8.style.display = "none";
}
function zxyy4(){
zxyytext1.style.display = "none";
zxyytext2.style.display = "none";
zxyytext3.style.display = "none";
zxyytext4.style.display = "";
zxyytext5.style.display = "none";
zxyytext6.style.display = "none";
zxyytext7.style.display = "none";
zxyytext8.style.display = "none";
}
function zxyy5(){
zxyytext1.style.display = "none";
zxyytext2.style.display = "none";
zxyytext3.style.display = "none";
zxyytext4.style.display = "none";
zxyytext5.style.display = "";
zxyytext6.style.display = "none";
zxyytext7.style.display = "none";
zxyytext8.style.display = "none";
}
function zxyy6(){
zxyytext1.style.display = "none";
zxyytext2.style.display = "none";
zxyytext3.style.display = "none";
zxyytext4.style.display = "none";
zxyytext5.style.display = "none";
zxyytext6.style.display = "";
zxyytext7.style.display = "none";
zxyytext8.style.display = "none";
}
function zxyy7(){
zxyytext1.style.display = "none";
zxyytext2.style.display = "none";
zxyytext3.style.display = "none";
zxyytext4.style.display = "none";
zxyytext5.style.display = "none";
zxyytext6.style.display = "none";
zxyytext7.style.display = "";
zxyytext8.style.display = "none";
}
function zxyy8(){
zxyytext1.style.display = "none";
zxyytext2.style.display = "none";
zxyytext3.style.display = "none";
zxyytext4.style.display = "none";
zxyytext5.style.display = "none";
zxyytext6.style.display = "none";
zxyytext7.style.display = "none";
zxyytext8.style.display = "";
}

/////////////////////////////////////////////////

function glfl1(){
glfltext1.style.display = "";
glfltext2.style.display = "none";
glfltext3.style.display = "none";
glfltext4.style.display = "none";
glfltext5.style.display = "none";
glfltext6.style.display = "none";
}
function glfl2(){
glfltext1.style.display = "none";
glfltext2.style.display = "";
glfltext3.style.display = "none";
glfltext4.style.display = "none";
glfltext5.style.display = "none";
glfltext6.style.display = "none";
}
function glfl3(){
glfltext1.style.display = "none";
glfltext2.style.display = "none";
glfltext3.style.display = "";
glfltext4.style.display = "none";
glfltext5.style.display = "none";
glfltext6.style.display = "none";
}
function glfl4(){
glfltext1.style.display = "none";
glfltext2.style.display = "none";
glfltext3.style.display = "none";
glfltext4.style.display = "";
glfltext5.style.display = "none";
glfltext6.style.display = "none";
}
function glfl5(){
glfltext1.style.display = "none";
glfltext2.style.display = "none";
glfltext3.style.display = "none";
glfltext4.style.display = "none";
glfltext5.style.display = "";
glfltext6.style.display = "none";
}
function glfl6(){
glfltext1.style.display = "none";
glfltext2.style.display = "none";
glfltext3.style.display = "none";
glfltext4.style.display = "none";
glfltext5.style.display = "none";
glfltext6.style.display = "";
}
/////////////////////////////////////////////////////
function kgzq1(){
kgzqtext1.style.display = "";
kgzqtext2.style.display = "none";
kgzqtext3.style.display = "none";
kgzqtext4.style.display = "none";
kgzqtext5.style.display = "none";
kgzqtext6.style.display = "none";
kgzqtext7.style.display = "none";
}
function kgzq2(){
kgzqtext1.style.display = "none";
kgzqtext2.style.display = "";
kgzqtext3.style.display = "none";
kgzqtext4.style.display = "none";
kgzqtext5.style.display = "none";
kgzqtext6.style.display = "none";
kgzqtext7.style.display = "none";
}
function kgzq3(){
kgzqtext1.style.display = "none";
kgzqtext2.style.display = "none";
kgzqtext3.style.display = "";
kgzqtext4.style.display = "none";
kgzqtext5.style.display = "none";
kgzqtext6.style.display = "none";
kgzqtext7.style.display = "none";
}
function kgzq4(){
kgzqtext1.style.display = "none";
kgzqtext2.style.display = "none";
kgzqtext3.style.display = "none";
kgzqtext4.style.display = "";
kgzqtext5.style.display = "none";
kgzqtext6.style.display = "none";
kgzqtext7.style.display = "none";
}
function kgzq5(){
kgzqtext1.style.display = "none";
kgzqtext2.style.display = "none";
kgzqtext3.style.display = "none";
kgzqtext4.style.display = "none";
kgzqtext5.style.display = "";
kgzqtext6.style.display = "none";
kgzqtext7.style.display = "none";
}
function kgzq6(){
kgzqtext1.style.display = "none";
kgzqtext2.style.display = "none";
kgzqtext3.style.display = "none";
kgzqtext4.style.display = "none";
kgzqtext5.style.display = "none";
kgzqtext6.style.display = "";
kgzqtext7.style.display = "none";
}
function kgzq7(){
kgzqtext1.style.display = "none";
kgzqtext2.style.display = "none";
kgzqtext3.style.display = "none";
kgzqtext4.style.display = "none";
kgzqtext5.style.display = "none";
kgzqtext6.style.display = "none";
kgzqtext7.style.display = "";
}
function sp1(){
sptext1.style.display = "";
sptext2.style.display = "none";
}
function sp2(){
sptext1.style.display = "none";
sptext2.style.display = "";
}
function rd1(){
rdtext1.style.display = "";
rdtext2.style.display = "none";
}
function rd2(){
rdtext1.style.display = "none";
rdtext2.style.display = "";
}
///////////////////////////////
	 function mianfei(){
	 mfvod.style.display = "none";
	 }

////////////////////////////////////////

function ssck1(){
sousuo1.style.display = "none";
sousuo2.style.display = "";
sousuo3.style.display = "none";
sousuo4.style.display = "none";
sousuo5.style.display = "none";
sousuo6.style.display = "none";
sousuo7.style.display = "none";
sousuo8.style.display = "none";
sousuo9.style.display = "none";
}
function ssck2(){
sousuo1.style.display = "none";
sousuo2.style.display = "none";
sousuo3.style.display = "";
sousuo4.style.display = "none";
sousuo5.style.display = "none";
sousuo6.style.display = "none";
sousuo7.style.display = "none";
sousuo8.style.display = "none";
sousuo9.style.display = "none";
}
function ssck3(){
sousuo1.style.display = "none";
sousuo2.style.display = "none";
sousuo3.style.display = "none";
sousuo4.style.display = "";
sousuo5.style.display = "none";
sousuo6.style.display = "none";
sousuo7.style.display = "none";
sousuo8.style.display = "none";
sousuo9.style.display = "none";
}
function ssck4(){
sousuo1.style.display = "none";
sousuo2.style.display = "none";
sousuo3.style.display = "none";
sousuo4.style.display = "none";
sousuo5.style.display = "";
sousuo6.style.display = "none";
sousuo7.style.display = "none";
sousuo8.style.display = "none";
sousuo9.style.display = "none";
}
function ssck5(){
sousuo1.style.display = "none";
sousuo2.style.display = "none";
sousuo3.style.display = "none";
sousuo4.style.display = "none";
sousuo5.style.display = "none";
sousuo6.style.display = "";
sousuo7.style.display = "none";
sousuo8.style.display = "none";
sousuo9.style.display = "none";
}
function ssck6(){
sousuo1.style.display = "none";
sousuo2.style.display = "none";
sousuo3.style.display = "none";
sousuo4.style.display = "none";
sousuo5.style.display = "none";
sousuo6.style.display = "none";
sousuo7.style.display = "";
sousuo8.style.display = "none";
sousuo9.style.display = "none";
}
function ssck7(){
sousuo1.style.display = "none";
sousuo2.style.display = "none";
sousuo3.style.display = "none";
sousuo4.style.display = "none";
sousuo5.style.display = "none";
sousuo6.style.display = "none";
sousuo7.style.display = "none";
sousuo8.style.display = "";
sousuo9.style.display = "none";
}
function ssck8(){
sousuo1.style.display = "none";
sousuo2.style.display = "none";
sousuo3.style.display = "none";
sousuo4.style.display = "none";
sousuo5.style.display = "none";
sousuo6.style.display = "none";
sousuo7.style.display = "none";
sousuo8.style.display = "none";
sousuo9.style.display = "";
}
function sous(){
if (document.flss.ssbj.value=="")
  {
	alert("请选择查询的分类");
	return false;  
  }
  
  if (document.flss.keyword.value=="")
  {
	alert("输入您要查询的关键词");
	flss.keyword.focus();
	return false;  
  }
  
    if (document.flss.keyword.value=="多个关键词请用空格隔开")
  {
	alert("输入您要查询的关键词");
	flss.keyword.focus();
	return false;  
  }
  
}
