function mover_lupe(obj){
	try{
		obj.src="fileadmin/bilder/template/lupe_hover.png";
	}catch(e){
		//nop
	}
	}
function mout_lupe(obj){
	try{
		obj.src="fileadmin/bilder/template/lupe_normal.png";
	}catch(e){
		//nop
	}
	}
	
