function showHidePics(id) {
		for(i=2; i<=9; i++){
			if(i==id){
				document.getElementById("imgsearch"+i).src = "images2/house_index_0"+i+".gif";
			}
			else{
				document.getElementById("imgsearch"+i).src = "images2/house_index_0"+i+".jpg";
			}
		}
}

function showHidePoto(id) {
		for(i=2; i<=3; i++){
			if(i==id){
				document.getElementById("imgsearch02"+i).src = "images2/house_1_0"+i+".jpg";
			}
			else{
				document.getElementById("imgsearch02"+i).src = "images2/house_2_0"+i+".jpg";
			}
		}
}


function showHidePics1(id) {
		for(i=1; i<=2; i++){
			if(i==id){
				document.getElementById("imgsearch"+i).src = "images/zxkp"+i+".jpg";
			}
			else{
				document.getElementById("imgsearch"+i).src = "images/zxyh"+i+".jpg";
			}
		}
}

function showHidePics_fcxz(id) {
		for(i=2; i<=3; i++){
			if(i==id){
				document.getElementById("imgsearch0000"+i).src = "images2/house_zw_qgxwc_00"+i+".jpg";
			}
			else{
				document.getElementById("imgsearch0000"+i).src = "images2/house_zw_qgxwc_200"+i+".jpg";
			}
		}
}
