<!--
//友情链接，信息服务分页处理部分。
	function showguaid(page,id1,id2)
	{
		for (i=1;i<page+1;i++)
		{
			document.getElementById("Guaid"+id1+i).style.display = "none";
			document.getElementById("Guaid_page_num"+id1+i).style.color = "#575757";
		}
			document.getElementById("Guaid"+id1+id2).style.display = "block";
			document.getElementById("Guaid_page_num"+id1+id2).style.color = "#D94903";
	}
	
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function hovertext(spanobject){
   if(spanobject.className=="blue12_21"){spanobject.className="blue12_21";}else{spanobject.className="blue12_21";}
}
//网站错误和失效图片处理
function errpic(thepic){
thepic.src="images/errpic.gif";
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//搜索表单清空。
function resetBtn(fm)
{
	fm.reset(); 
	return false; 
}

//-->
