function touchPoints_over(id){
	document.getElementById(id).className="touchPoints_btnOn";
}
function touchPoints_out(id){
	document.getElementById(id).className="touchPoints_btn";
}
