// JavaScript Document

$(document).ready(function(){





$('#home') 
   .click(function(){
		

		$('#ImageContainer').children().hide();
		$('#ImageContainer').animate({opacity: '0.5'}, 200)
            	.animate({backgroundPosition: '-0px -40px'}, 1500,
	    	function () { window.location.href = '/Home/620/n/3/0/0/'; })
		.animate({opacity: 1}, 200); 

		return false;
		
   		});

$('#contact') 
   .click(function(){
		

		$('#ImageContainer').children().hide();
		$('#ImageContainer').animate({opacity: '0.5'}, 200)
            	.animate({backgroundPosition: '-4000px -220px'}, 1500,
	    	function () { window.location.href = '/Contact/625/n/3/0/0/'; })
		.animate({opacity: 1}, 200); 
		
		return false;
		
   		});


$('#events') 
   .click(function(){ 
       		$('#ImageContainer').children().hide();
		$('#ImageContainer').animate({opacity: '0.5'}, 200) 
            	.animate({backgroundPosition: '-3000px -340px'}, 2000,
	    	function () { window.location.href = '/Events/621/n/3/0/0/'; })
		.animate({opacity: 1}, 200); 
		return false;
   		});



$('#touring') 
   .click(function(){ 
       		$('#ImageContainer').children().hide();
		$('#ImageContainer').animate({opacity: '0.5'}, 200)
            	.animate({backgroundPosition: '-5000px -300px'}, 1500,
	    	function () { window.location.href = '/UpcomingTours/622/n/3/0/0/'; })
		.animate({opacity: 1}, 200); 
		return false;
   		});

$('#upcoming') 
   .click(function(){ 
       		$('#ImageContainer').children().hide();
		$('#ImageContainer').animate({opacity: '0.5'}, 200)
            	.animate({backgroundPosition: '-5000px -300px'}, 1500,
	    	function () { window.location.href = '/UpcomingTours/622/n/3/0/0/'; })
		.animate({opacity: 1}, 200); 
		return false;
   		});

$('#past') 
   .click(function(){ 
       		$('#ImageContainer').children().hide();
		$('#ImageContainer').animate({opacity: '0.5'}, 200)
            	.animate({backgroundPosition: '-2000px -300px'}, 1500,
	    	function () { window.location.href = '/PastTours/624/n/3/0/0/'; })
		.animate({opacity: 1}, 200); 
		return false;
   		});

$('#booking') 
   .click(function(){
		

		$('#ImageContainer').children().hide();
		$('#ImageContainer').animate({opacity: '0.5'}, 200)
            	.animate({backgroundPosition: '-2000px -300px'}, 1500,
	    	function () { window.location.href = '/Booking/638/n/3/0/0/'; })
		.animate({opacity: 1}, 200); 

		return false;
		
   		});

//$('#label').click(function(){
		

		//$('#ImageContainer').children().hide();
		//$('#ImageContainer').animate({opacity: '0.5'}, 200)
            	//.animate({backgroundPosition: '-1000px -320px'}, 1500,
	    	//function () { window.location.href = '/Label/639/n/3/0/0/'; })
		//.animate({opacity: '1'}, 200); 

		//return false;
		
   		//});



});












