	function course_chenge(su){
		document.getElementById('idCourseS').style.backgroundPosition="0px -"+su+"px";
	}
	function course_chenge2(){
		document.getElementById('idCourseS').style.backgroundPosition="0px 0px";
	}