// JavaScript Document

$(document).ready(function() {
			
		$("#app").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#lunch").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#lunchspec").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#light").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#din").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#dinspec").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#litesd").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#bqtmenu").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#bqtspec").fancybox({
			'width'				: 615,
			'height'			: 550,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#signup").fancybox({
			'width'				: 615,
			'height'			: 250,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#mapbanquet").fancybox({
			'width'				: '90%',
			'height'			: '90%',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#maptavern").fancybox({
			'width'				: '90%',
			'height'			: '90%',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("a#md").fancybox({
			'titleShow'     : false,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'easingIn'      : 'easeOutBack',
			'easingOut'     : 'easeInBack'
		});
		
		$("a#example1").fancybox({
			'titleShow'     : false
		});
		
		$("a#example2").fancybox({
			'titleShow'     : false
		});
	});
