$(document).ready(function(){	
	$.easy.navigation();
	$.easy.tooltip();
	if ($.fancybox) {
	  InitFancybox();
	} else {
	  $.easy.popup();
	}
	$.easy.external();
	$.easy.rotate();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
});

function InitFancybox () {
	$('.gallery').fancybox({
		'modal' 				: false,
        'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'hideOnOverlayClick' 	: 'true',
		'hideOnContentClick' 	: 'false',
		'enableEscapeButton' 	: true,
		'showCloseButton' 		: true		
	});
	$('.videopopup').fancybox({
		'modal' 				: false,
		'type'					: 'iframe',
		'width'					: 500,
		'height'				: 320,
        'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'hideOnOverlayClick' 	: 'true',
		'hideOnContentClick' 	: 'false',
		'enableEscapeButton' 	: true,
		'showCloseButton' 		: true		
	});
	$(".popup").fancybox({
		'modal' 				: false,
		'type'					: 'iframe',
		'width'					: 880,
		'height'				: '100%',
        'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'overlayShow'			: true,
		'hideOnOverlayClick' 	: 'true',
		'hideOnContentClick' 	: 'false',
		'enableEscapeButton' 	: true,
		'showCloseButton' 		: true		
	});
}
