			function changeContour01(id){
				//ONMOUSEOVER
				document.getElementById(id).style.borderColor  = "#ff0000";
			}
			function changeContour02(id){
				//ONMOUSEOUT
				document.getElementById(id).style.borderColor  = "#9f0000";
			}