$(document).ready(function() {
	$(id).fancybox({
		'width'				: width,
		'height'			: height,
		'autoScale'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',

		'type'				: 'iframe'
	});
});
