// JavaScript Document
$(document).ready(function() {
		
		$("a.imag1").fancybox();
		
		$("a.iframe").fancybox({
				'width'				: '70%',
				'height'			: '82%',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		$("a.ex2").fancybox({
				'width'				: '70%',
				'height'			: '82%',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		$("a.ex6").fancybox({
				'width'				: '50%',
				'height'			: '62%',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		});	