/**
//=====================================================================
// 作    者: www.tanha.net
//=====================================================================
**/	
function tab_dit(tabName,btnId,tabNumber,pic,div){for(i=0;i<tabNumber;i++){document.getElementById(tabName+""+i).style.display = "none";}
document.getElementById(tabName+""+btnId).style.display="block";document.getElementById(""+div+"").style.background="url(img/"+pic+".gif)"; }
function googlesearch () {
var st=document.getElementsByName("st")[0].value;
var link="http://www.google.com/search?q="+st;
window.open(link); }
function baidusearch () {
var wd=document.getElementsByName("wd")[0].value;
var link="http://www.baidu.com/s?word="+wd;
window.open(link); }

/**
//=====================================================================
// 网    站：www.ulinix.cn 
//=====================================================================
**/	
