		$(document).ready(function() {

			$(".inline").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'
			});

		});
		
		function MM_openBrWindow(theURL,winName,features) { //v2.0
  window_handle = window.open(theURL,winName,features);
	window_handle.focus();
}