(function($){
	$(document).ready(function(){
		$('div.moduletablehook tr:last a').fancybox({
			type:'iframe',
			width:800,
			height:700,
			centerOnScroll:true
		});
	});
})(jQuery);

