$(function() {
	$("a.popup").fancybox();
	$("a.iframe").fancybox({
		frameWidth : 680
	});
});