function change_mousepointer(idnr){	
	myobject = document.getElementById('lupe_'+idnr);
	myobject.style.cursor="default";
}

