 function bildlupe( obj )
 {
 	window.open(obj.src,'Lupe','resizable=yes,scrollbars=yes,width=600,height=400');
 }
 
