function showHidePics(id) {
		for(i=1; i<=7; i++){
			if(i==id){
				document.getElementById("imgsearch"+i).src = "/images/top_0"+i+".jpg";
			}
			else{
				document.getElementById("imgsearch"+i).src = "/images/top2_0"+i+".jpg";
			}
		}
}



function showHidePics_left(id) {
		for(i=0; i<=9; i++){
			if(i==id){
				document.getElementById("imgsearch_left"+i).src = "Images/index_0_00"+i+".gif";
			}
			else{
				document.getElementById("imgsearch_left"+i).src = "Images/index_0_00"+i+".jpg";
			}
		}
}

function showHidePics_left2(id) {
		for(i=1; i<=2; i++){
			if(i==id){
				document.getElementById("imgsearch_left"+i).src = "Images/index_0_00"+i+".gif";
			}
			else{
				document.getElementById("imgsearch_left"+i).src = "Images/index_0_00"+i+".jpg";
			}
		}
}
