$(document).ready(function() {
	$('#demo_link').fancybox({
			"frameHeight": 530,
			"frameWidth": 735,
			"overlayOpacity": 0.8
		});
});
