		$(document).ready(function() {
			$(".popUpBox").fancybox({
				'height'			: '70%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#vt1").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});
			$("#vt2").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});
		});
