var _bdhm_top = 0;
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
var _bdhm_tim = new Image(1,1);
_bdhm_tim.id = "bdhmPerimg";
_bdhm_tim.src = _bdhmProtocol + "hm.baidu.com/_tt.gif?si=383e1febfb5246868b834d73c3344c86&rnd=" + Math.round(Math.random()*2147483647);
_bdhm_tim.onload=function(){_bdhm_top = 1;}

	function show(element, divelement, newbg, oldbg, count, index, newcolor, olecolor) {
	    for (var i = 1; i <= count; i++) {
	        if (i == index) {
	            document.getElementById(divelement + i).style.display = "block";
	            document.getElementById(element + i).style.color = newcolor;
	            document.getElementById(element + i).style.backgroundImage = "url('" + newbg + "')";
	        }
	        else {
	            document.getElementById(divelement + i).style.display = "none";
	            document.getElementById(element + i).style.color = olecolor;
				document.getElementById(element + i).style.backgroundImage = "url('" + oldbg + "')";
	        }
	    }
	}
