		$(document).observe('dom:loaded', function() {
			$$("div.photo a").each(function(el) { new FancyZoom(el); })
			new FancyZoom('reageren_link', {width:400, height:300});
			new FancyZoom('nieuw_link', {width:400, height:300});
			new FancyZoom('directadmin_box_link', {width:400, height:300});
			new FancyZoom('installatron_box_link', {width:400, height:300});
			new FancyZoom('large_box_link');
			new FancyZoom('flash_box_link');
		});