<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">function listtj(x){
if(document.form1.ink1.value==""){alert("è¯·è¾“å…¥æœç´¢è¯");document.form1.ink1.focus();return false;}
form1.action="../search/index.php?admin=4&amp;getv="+x;
}

function selmoreonc(x){
 if(document.getElementById("selmorel"+x).className=="l2"){
  document.getElementById("selmorel"+x).className="l2 l21";
  document.getElementById("selmore"+x).className="a1";
 }else{
  document.getElementById("selmorel"+x).className="l2";
  document.getElementById("selmore"+x).className="";
 }
}

//åˆ—è¡¨ä¸‹æ‹‰
function xialaover(x){
document.getElementById("xllist"+x).style.display="";
}
function xialaout(x){
document.getElementById("xllist"+x).style.display="none";
}</pre></body></html>