function showHidePics(id) {
		for(i=1; i<=4; i++){
			if(i==id){
				document.getElementById("a"+i).background="/images/tj_bl.jpg";
				document.getElementById("a"+i).style.color="#00528C";
				document.getElementById("a"+i).style.fontsize="12px";
			}
			else{
				document.getElementById("a"+i).background="/images/tj_blue.jpg";
				document.getElementById("a"+i).style.color="#4E4E4E";
				document.getElementById("a"+i).style.fontsize="12px";
			}
		}
}

function showHidePics1(id) {
		for(i=1; i<=3; i++){
			if(i==id){
				document.getElementById("b"+i).background="/images/lhtu1.jpg";
			}
			else{
			   document.getElementById("b"+i).background="/images/lhtu2.jpg";
			}
		}
}
function showHidePics001(id) {
		
			if(id==1){
				document.getElementById("b"+1).background="/images/jp01.gif";
				document.getElementById("b"+2).background="/images/jp02.gif";
			}
			if(id==2){
			   document.getElementById("b"+2).background="/images/jp12.gif";
			   document.getElementById("b"+1).background="/images/jp11.gif";
			}
		
}
function showHidePics2(id) {
		for(i=1; i<=3; i++){
			if(i==id){
				document.getElementById("c"+i).background="/images/tj_21.jpg";
			}
			else{
			   document.getElementById("c"+i).background="/images/tj_22.jpg";
			}
		}
}
function showHidePics3(id) {
		for(i=1; i<=8; i++){
			if(i==id){
				<!--/images/tj_a.jpg-->
				document.getElementById("q"+i).background="";
				document.getElementById("q"+i).style.color="#ffffff";
			}
			else{
			   document.getElementById("q"+i).background="";
			   document.getElementById("q"+i).style.color="#0E59AD";
			}
		}
}

function showHidePics003(id) {
		for(i=1; i<=8; i++){
			if(i==id){
				
				document.getElementById("q"+i).src="/images/000b" + i +".jpg";
				document.getElementById("q"+i).style.color="#ffffff";
			}
			else{
			   document.getElementById("q"+i).src="/images/000a" + i +".jpg";
			   document.getElementById("q"+i).style.color="red";
			}
		}
}

function showHidePics4(id) {
		for(i=1; i<=2; i++){
			if(i==id){
				document.getElementById("phc"+i).src = "/images/phc"+i+".jpg";
			}
			else{
				document.getElementById("phc"+i).src = "/images/phc"+i+".gif";
			}
		}
}



function showHidePics5(id) {
		for(i=1; i<=5; i++){
			if(i==id){
				document.getElementById("xhc"+i).src = "/images/xhc"+i+".jpg";
			}
			else{
				document.getElementById("xhc"+i).src = "/images/xhc"+i+".gif";
			}
		}
}

function showHidePics6(id) {
		for(i=1; i<=2; i++){
			if(i==id){
				document.getElementById("imgsearch3"+i).src = "/images/w_0"+i+".jpg";
			}
			else{
				document.getElementById("imgsearch3"+i).src = "/images/w_0"+i+".gif";
			}
		}
}

function showmore(id) {
		if(id===1)
		{
			document.getElementById("gengduo").href="/news/tshc/index.html";
		}
		if(id==2)
		{
			document.getElementById("gengduo").href="/news/sthc/index.html";
		}
}

function showHidePics1222(id) {
		for(i=1; i<=8; i++){
			if(i==id){
				document.getElementById("q"+i).background="/images/tj_a.jpg";
				document.getElementById("q"+i).style.color="#ffffff";
			}
			else{
			   document.getElementById("q"+i).background="";
			   document.getElementById("q"+i).style.color="#0E59AD";
			}
		}
}
function showHidePics7(id) {
		for(i=1; i<=3; i++){
			if(i==id){
				document.getElementById("H"+i).background="/images/zlhtu1.jpg";		
				document.getElementById("H"+i).style.color="#ffffff";
			}
			else{
			   document.getElementById("H"+i).background="/images/zlhtu2.jpg";	
			   document.getElementById("H"+i).style.color="#0E59AD";
			}
		}
}
function showHidePics8(id) {
		for(i=1; i<=4; i++){
			if(i==id){
				document.getElementById("o"+i).background="/images/ldjslhtu1.jpg";		
				document.getElementById("o"+i).style.color="#ffffff";
			}
			else{
			   document.getElementById("o"+i).background="/images/ldjslhtu2.jpg";	
			   document.getElementById("o"+i).style.color="#0E59AD";
			}
		}
}
function showHidePicsbj(id) {
		for(i=1; i<=5; i++){
			if(i==id){
				document.getElementById("bj"+i).src="/images/bj_0"+i+".jpg";
			}
			else{
			   document.getElementById("bj"+i).src="/images/bj_0"+i+".jpg";
			}
		}
}
function showHidePicsbjj(id) {
		for(i=1; i<=2; i++){
			if(i==id){
				document.getElementById("b"+i).background="/images/tjsp01.gif";
			}
			else{
			   document.getElementById("b"+i).background="/images/tjsp_27_07.jpg";
			}
		}
}

