// JavaScript Document
(function($) { 
	
	$(function() {
        
		$(".various").fancybox({
			'width'				: 665 ,
			'height'            : 480,
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'showCloseButton'   : true,
			'titleShow'         : false
		});
		
	});
	
	
$(function() {
	        
			$("#various4").fancybox({
				'width'				: 665 ,
				'height'            : 415 ,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'showCloseButton'   : true,
				'titleShow'         : false
			});
			
		});

$(function() {
    
	$(".various5").fancybox({
		'width'				: '98%' ,
		'height'            : '100%',
		'autoScale'			: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'showCloseButton'   : true,
		'titleShow'         : false
	});
	
});


$(function() {
    
	$(".various2").fancybox({
		'width'				: 515 ,
		'height'            : 800,
		'autoScale'			: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'showCloseButton'   : true,
		'titleShow'         : false
	});
	
});



})(jQuery);
 



