function set(obj){
	obj.style.backgroundImage="url(http://www.eltpoint.de/images/buttons/aktivep.gif)"
}

function reset(obj){
	obj.style.backgroundImage="url(http://www.eltpoint.de/images/buttons/inaktivep.gif)"
}