// JavaScript Document

$(document).ready(function() {
			
		$("#yfvspr").fancybox({
			'width'				: 675,
			'height'			: 500,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#degree").fancybox({
			'width'				: '70%',
			'height'			: '90%',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#nletter").fancybox({
			'width'				: '80%',
			'height'			: '50%',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("a#example1").fancybox({
			'titleShow'     : false
		});
		
		$("a#example2").fancybox({
			'titleShow'     : false
		});
	});
