$('#content').ready(function(){


//Remove outline from links
	$("a").click(function(){
		$(this).blur();
	});
	
//Expands Show 1 Info On Click
var expand1 = function() 
	{
		$("#show1").stop().animate({
		height:'400px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art1").stop().animate({
		height:'309px',
		width:'200px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less1').toggle();
		$('#more1').toggle();
	};
	
	//Contracts Show 1 Info On Click
	$("#less1").click(function(){
		$("#show1").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art1").stop().animate({
		height:'99px',
		width:'62px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less1').toggle();
		$('#more1').toggle();
	});
	
//Expands Show 2 Info On Click
var expand2 = function() 
	{
		$("#show2").stop().animate({
		height:'445px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art2").stop().animate({
		height:'300px',
		width:'231px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less2').toggle();
		$('#more2').toggle();
	};
	
	//Contracts Show 2 Info On Click
	$("#less2").click(function(){
		$("#show2").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art2").stop().animate({
		height:'99px',
		width:'76px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less2').toggle();
		$('#more2').toggle();
	});
	
//Expands Show 3 Info On Click
var expand3 = function() 
	{
		$("#show3").stop().animate({
		height:'450px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art3").stop().animate({
		height:'195px',
		width:'198px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less3').toggle();
		$('#more3').toggle();
	};
	
	//Contracts Show 3 Info On Click
	$("#less3").click(function(){
		$("#show3").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art3").stop().animate({
		height:'99px',
		width:'101px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less3').toggle();
		$('#more3').toggle();
	});
	
//Expands Show 4 Info On Click
var expand4 = function() 
	{
		$("#show4").stop().animate({
		height:'350px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art4").stop().animate({
		height:'300px',
		width:'214px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less4').toggle();
		$('#more4').toggle();
	};
	
	//Contracts Show 4 Info On Click
	$("#less4").click(function(){
		$("#show4").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art4").stop().animate({
		height:'99px',
		width:'71px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less4').toggle();
		$('#more4').toggle();
	});
	
//Expands Show 5 Info On Click
var expand5 = function() 
	{
		$("#show5").stop().animate({
		height:'370px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art5").stop().animate({
		height:'300px',
		width:'231px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less5').toggle();
		$('#more5').toggle();
	};	
	
	//Contracts Show 5 Info On Click
	$("#less5").click(function(){
		$("#show5").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art5").stop().animate({
		height:'99px',
		width:'76px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less5').toggle();
		$('#more5').toggle();
	});
	
//Expands Show 6 Info On Click
var expand6 = function() 
	{		
	    $("#show6").stop().animate({
		height:'320px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art6").stop().animate({
		height:'169px',
		width:'275px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less6').toggle();
		$('#more6').toggle();
	};	
	//Contracts Show 6 Info On Click
	$("#less6").click(function(){
		$("#show6").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art6").stop().animate({
		height:'99px',
		width:'161px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less6').toggle();
		$('#more6').toggle();
	});
	
	//Expands Show 7 Info On Click
var expand7 = function() 
	{
		$("#show7").stop().animate({
		height:'470px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art7").stop().animate({
		height:'238px',
		width:'256px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less7').toggle();
		$('#more7').toggle();
	};	
	//Contracts Show 7 Info On Click
	$("#less7").click(function(){
		$("#show7").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art7").stop().animate({
		height:'99px',
		width:'106px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less7').toggle();
		$('#more7').toggle();
	});
	
//Expands Show 8 Info On Click
var expand8 = function() 
	{
		$("#show8").stop().animate({
		height:'380px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art8").stop().animate({
		height:'211px',
		width:'211px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less8').toggle();
		$('#more8').toggle();
	};
	
	//Contracts Show 8 Info On Click
	$("#less8").click(function(){
		$("#show8").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art8").stop().animate({
		height:'99px',
		width:'99px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less8').toggle();
		$('#more8').toggle();
	});
	
//Expands Show 9 Info On Click
var expand9 = function() 
	{
		$("#show9").stop().animate({
		height:'380px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art9").stop().animate({
		height:'300px',
		width:'211px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less9').toggle();
		$('#more9').toggle();
	};	
	//Contracts Show 9 Info On Click
	$("#less9").click(function(){
		$("#show9").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art9").stop().animate({
		height:'99px',
		width:'70px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less9').toggle();
		$('#more9').toggle();
	});
	
	
//Expands Show 10 Info On Click
var expand10 = function() 
	{
		$("#show10").stop().animate({
		height:'510px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art10").stop().animate({
		height:'149px',
		width:'275px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less10').toggle();
		$('#more10').toggle();
	};	
	//Contracts Show 10 Info On Click
	$("#less10").click(function(){
		$("#show10").stop().animate({
		height:'117px',
		},{queue:false, duration:400, easing: 'linear'});
		$("#art10").stop().animate({
		height:'99px',
		width:'183px'
		},{queue:false, duration:400, easing: 'linear'});
		$('#less10').toggle();
		$('#more10').toggle();
	});
	
	$(".active1").load(expand1);
	//$(".active1").load(goToByScroll("anchor1"));
	//$(".active1'").trigger(load);
	$("#more1").click(expand1);	
	
	$(".active2").load(expand2);
	//$(".active2").load(goToByScroll("anchor2"));
	$("#more2").click(expand2);	
	
	$(".active3").load(expand3);
	//$(".active3").load(goToByScroll("anchor3"));
	$("#more3").click(expand3);

	$(".active4").load(expand4);
	//$(".active4").load(goToByScroll("anchor4"));
	$("#more4").click(expand4);	

	$(".active5").load(expand5);
	//$(".active5").load(goToByScroll("anchor5"));
    $("#more5").click(expand5);	

	$(".active6").load(expand6);
	//$(".active6").load(goToByScroll("anchor6"));
	$("#more6").click(expand6);	

	$(".active7").load(expand7);
	//$(".active7").load(goToByScroll("anchor7"));
	$("#more7").click(expand7);	

	$(".active8").load(expand8);
	//$(".active8").load(goToByScroll("anchor8"));
	$("#more8").click(expand8);	

	$(".active9").load(expand9);
	//$(".active9").load(goToByScroll("anchor9"));
	$("#more9").click(expand9);	

	$(".active10").load(expand10);
	//$(".active10").load(goToByScroll("anchor10"));
	$("#more10").click(expand10);	

	//Scroll to same-page anchor
	$(".scroll").click(function(event){		
		event.preventDefault();
		$('html,body').animate({scrollTop:$(this.hash).offset().top}, 750);
	});	
	
	
//Expands Lodging Info On Click
	$("#lodging-toggle-on").click(function(){
		$("#plan-lodging").stop().animate({
		height:'150px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#lodging-toggle-off').toggle();
		$('#lodging-toggle-on').toggle();
	});
	
//Contracts Lodging Info On Click
	$("#lodging-toggle-off").click(function(){
		$("#plan-lodging").stop().animate({
		height:'0px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#lodging-toggle-off').toggle();
		$('#lodging-toggle-on').toggle();
	});
	
	//Expands cafe Info On Click
	$("#cafe-toggle-on").click(function(){
		$("#plan-cafe").stop().animate({
		height:'75px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#cafe-toggle-off').toggle();
		$('#cafe-toggle-on').toggle();
	});
	
//Contracts cafe Info On Click
	$("#cafe-toggle-off").click(function(){
		$("#plan-cafe").stop().animate({
		height:'0px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#cafe-toggle-off').toggle();
		$('#cafe-toggle-on').toggle();
	});
	
		//Expands restaurants Info On Click
	$("#restaurants-toggle-on").click(function(){
		$("#plan-restaurants").stop().animate({
		height:'395px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#restaurants-toggle-off').toggle();
		$('#restaurants-toggle-on').toggle();
	});
	
//Contracts restaurants Info On Click
	$("#restaurants-toggle-off").click(function(){
		$("#plan-restaurants").stop().animate({
		height:'0px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#restaurants-toggle-off').toggle();
		$('#restaurants-toggle-on').toggle();
	});
	
			//Expands attract Info On Click
	$("#attract-toggle-on").click(function(){
		$("#plan-attract").stop().animate({
		height:'260px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#attract-toggle-off').toggle();
		$('#attract-toggle-on').toggle();
	});
	
//Contracts attract Info On Click
	$("#attract-toggle-off").click(function(){
		$("#plan-attract").stop().animate({
		height:'0px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#attract-toggle-off').toggle();
		$('#attract-toggle-on').toggle();
	});
	
			//Expands shop Info On Click
	$("#shop-toggle-on").click(function(){
		$("#plan-shop").stop().animate({
		height:'735px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#shop-toggle-off').toggle();
		$('#shop-toggle-on').toggle();
	});
	
//Contracts shop Info On Click
	$("#shop-toggle-off").click(function(){
		$("#plan-shop").stop().animate({
		height:'0px',
		},{queue:false, duration:400, easing: 'linear'});
		$('#shop-toggle-off').toggle();
		$('#shop-toggle-on').toggle();
	});
	
	
});
	




