<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(function(){
 jQuery(".picFocus").slide({mainCell:".bd ul",effect:"left",autoPlay:false});
})

//鍒楄〃涓嬫媺
function xialaover(x){
document.getElementById("xllist"+x).style.display="";
}
function xialaout(x){
document.getElementById("xllist"+x).style.display="none";
}

//鏉′欢鎼滅储JS
function btncha(x){
document.getElementById("moneybtn").style.display="none";
document.getElementById("mjbtn").style.display="none";
document.getElementById(x).style.display="";
}
function moneyonc(x){
 m1=document.getElementById("money1").value;
 m2=document.getElementById("money2").value;
 if(m1=="" || isNaN(m1) || m2=="" || isNaN(m2)){alert("璇疯緭鍏ユ湁鏁堢殑浠锋牸鑼冨洿");return false;}
 if(parseInt(m1)&gt;parseInt(m2)){alert("璇疯緭鍏ユ湁鏁堢殑浠锋牸鑼冨洿");return false;}
 h=x.split(".");
 location.href=h[0]+"_b"+m1+"v"+"_c"+m2+"v"+".html";
}
function mjonc(x){
 m1=document.getElementById("mj1").value;
 m2=document.getElementById("mj2").value;
 if(m1=="" || isNaN(m1) || m2=="" || isNaN(m2)){alert("璇疯緭鍏ユ湁鏁堢殑闈㈢Н鑼冨洿");return false;}
 if(parseInt(m1)&gt;parseInt(m2)){alert("璇疯緭鍏ユ湁鏁堢殑闈㈢Н鑼冨洿");return false;}
 h=x.split(".");
 location.href=h[0]+"_g"+m1+"v"+"_h"+m2+"v"+".html";
}

//鍒楄〃椤甸潰JS
function ser(x){
if((document.f1.fstxt1.value).replace(/\s/,"")==""){alert("璇疯緭鍏ユ悳绱㈠叧閿瘝");document.f1.fstxt1.focus();return false;}
f1.action="../search/index.php?admin=1&amp;r="+x;
}

</pre></body></html>