function change_cursor(kind, target){
	target.style.cursor = kind;
}