$(document).ready(function() {
		$("a.popup").fancybox({
				'titleShow'		: false,
				'autoScale'  	: false,
                'autoDimensions': false,
                'centerOnScroll': true,
                'type'          : 'iframe',
                'height'        : 400,
                'width'         : 500
		});

});

