// JavaScript Document

$(document).ready(function() {
   
   $('#accordion').liteAccordion();
   
   //delay function
			
			$.fn.delay = function(time, callback){
    			// Empty function:
    			jQuery.fx.step.delay = function(){};
    			// Return meaningless animation, (will be added to queue)
    			return this.animate({delay:1}, time, callback);
			}
   
	$(function() {
  		$("#maps_container a, #purchase, #top_purchase").attr("target","_blank");
	});
   
   // content select
   
   $('#disney').click(function () { 
			$('.head_fade ').stop(true,true).fadeOut(500);
			$("#" + this.id + "_head").stop(true,true).delay(1000).fadeIn(500);
			$('.content_slide').stop(true,true).fadeOut(500);
			$( "#" + this.id + "_div" ).stop(true,true).delay(1000).fadeIn(500);
	});
	$('#universal').click(function () {
			$('.head_fade ').stop(true,true).fadeOut(500);
			$("#" + this.id + "_head").stop(true,true).delay(1000).fadeIn(500);
			$('.content_slide').stop(true,true).fadeOut(500);
			$( "#" + this.id + "_div" ).stop(true,true).delay(1000).fadeIn(500);
	});
	$('#seaworld').click(function () { 
			$('.head_fade ').stop(true,true).fadeOut(500);
			$("#" + this.id + "_head").stop(true,true).delay(1000).fadeIn(500);
			$('.content_slide').stop(true,true).fadeOut(500);
			$( "#" + this.id + "_div" ).stop(true,true).delay(1000).fadeIn(500);
	});
	$('#legoland').click(function () { 
   			$('.head_fade ').stop(true,true).fadeOut(500);
			$("#" + this.id + "_head").stop(true,true).delay(1000).fadeIn(500);
			$('.content_slide').stop(true,true).fadeOut(500);
			$( "#" + this.id + "_div" ).stop(true,true).delay(1000).fadeIn(500);
	});
	$('#dinner').click(function () {
			$('.head_fade ').stop(true,true).fadeOut(500);
			$("#" + this.id + "_head").stop(true,true).delay(1000).fadeIn(500);
			$('.content_slide').stop(true,true).fadeOut(500);
			$( "#" + this.id + "_div" ).stop(true,true).delay(1000).fadeIn(500);
	});
	$('#waterparks').click(function () { 
			$('.head_fade ').stop(true,true).fadeOut(500);
			$("#" + this.id + "_head").stop(true,true).delay(1000).fadeIn(500);
			$('.content_slide').stop(true,true).fadeOut(500);
			$( "#" + this.id + "_div" ).stop(true,true).delay(1000).fadeIn(500);
	});
	$('#other').click(function () { 
			$('.head_fade ').stop(true,true).fadeOut(500);
			$("#" + this.id + "_head").stop(true,true).delay(1000).fadeIn(500);
			$('.content_slide').stop(true,true).fadeOut(500);
			$( "#" + this.id + "_div" ).stop(true,true).delay(1000).fadeIn(500);
	});
	
	//content page gallery
	
	$('#ds1').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ds2').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ds3').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ds4').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ds5').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ds6').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	
	$('#un1').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#un2').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#un3').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#un4').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#un5').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#un6').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	
	$('#sw1').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#sw2').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#sw3').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#sw4').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#sw5').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#sw6').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	
	$('#le1').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#le2').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#le3').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#le4').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#le5').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#le6').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	
	$('#di1').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#di2').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#di3').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#di4').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#di5').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#di6').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	
	$('#wa1').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#wa2').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#wa3').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#wa4').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#wa5').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#wa6').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	
	$('#ot1').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ot2').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ot3').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ot4').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ot5').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	$('#ot6').click(function () { 
			$('.gallery_img').stop(true,true).fadeOut(500);
			$("#" + this.id + "_img").stop(true,true).delay(500).fadeIn(500);
	});
	
	
});
