
function showpic(t){
	for(var i=1;i<4 ;i++ ){
		if(i==t){
			document.getElementById("showpic"+i).style.display='';			
			document.getElementById("showpicmu"+i).className="pink";
		}else{
			document.getElementById("showpic"+i).style.display='none';			
			document.getElementById("showpicmu"+i).className="";
		}
	}
}

function showpicA(t){
	for(var i=1;i<4 ;i++ ){
		if(i==t){
			document.getElementById("showpicA"+i).style.display='';			
			document.getElementById("showpicmuA"+i).className="pink";
		}else{
			document.getElementById("showpicA"+i).style.display='none';			
			document.getElementById("showpicmuA"+i).className="";
		}
	}
}

function showpicB(t){
	for(var i=1;i<4 ;i++ ){
		if(i==t){
			document.getElementById("showpicB"+i).style.display='';			
			document.getElementById("showpicmuB"+i).className="pink";
		}else{
			document.getElementById("showpicB"+i).style.display='none';			
			document.getElementById("showpicmuB"+i).className="";
		}
	}
}

function showpicC(t){
	for(var i=1;i<4 ;i++ ){
		if(i==t){
			document.getElementById("showpicC"+i).style.display='';			
			document.getElementById("showpicmuC"+i).className="pink";
		}else{
			document.getElementById("showpicC"+i).style.display='none';			
			document.getElementById("showpicmuC"+i).className="";
		}
	}
}

function showpicD(t){
	for(var i=1;i<4 ;i++ ){
		if(i==t){
			document.getElementById("showpicD"+i).style.display='';			
			document.getElementById("showpicmuD"+i).className="selected";
		}else{
			document.getElementById("showpicD"+i).style.display='none';			
			document.getElementById("showpicmuD"+i).className="";
		}
	}
}

function showpicE(t){
	for(var i=1;i<4 ;i++ ){
		if(i==t){
			document.getElementById("showpicE"+i).style.display='';			
			document.getElementById("showpicmuE"+i).className="link_sel pink";
		}else{
			document.getElementById("showpicE"+i).style.display='none';			
			document.getElementById("showpicmuE"+i).className="";
		}
	}
}

function showpicfoot(t){
	for(var i=1;i<4 ;i++ ){
		if(i==t){
			document.getElementById("showpicfoot"+i).style.display='';			
			document.getElementById("showpicmufoot"+i).className="link_sel";
		}else{
			document.getElementById("showpicfoot"+i).style.display='none';			
			document.getElementById("showpicmufoot"+i).className="";
		}
	}
}

function showpicfoot(t){
	for(var i=1;i<3 ;i++ ){
		if(i==t){
			document.getElementById("showpicfoot"+i).style.display='';			
			document.getElementById("showpicmufoot"+i).className="link_sel";
		}else{
			document.getElementById("showpicfoot"+i).style.display='none';			
			document.getElementById("showpicmufoot"+i).className="";
		}
	}
}

