// JavaScript Document

$(document).ready(function(){
	$("a#photoLink1").click(function(){
		$("div.galleryImg").hide();
		$("div#image1").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink1").addClass("active");
		return false;
	})
	$("a#photoLink2").click(function(){
		$("div.galleryImg").hide();
		$("div#image2").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink2").addClass("active");
		return false;
	})
	$("a#photoLink3").click(function(){
		$("div.galleryImg").hide();
		$("div#image3").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink3").addClass("active");
		return false;
	})
	$("a#photoLink4").click(function(){
		$("div.galleryImg").hide();
		$("div#image4").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink4").addClass("active");
		return false;
	})
	$("a#photoLink5").click(function(){
		$("div.galleryImg").hide();
		$("div#image5").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink5").addClass("active");
		return false;
	})
	$("a#photoLink6").click(function(){
		$("div.galleryImg").hide();
		$("div#image6").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink6").addClass("active");
		return false;
	})
	$("a#photoLink7").click(function(){
		$("div.galleryImg").hide();
		$("div#image7").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink7").addClass("active");
		return false;
	})
	$("a#photoLink8").click(function(){
		$("div.galleryImg").hide();
		$("div#image8").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink8").addClass("active");
		return false;
	})
	$("a#photoLink9").click(function(){
		$("div.galleryImg").hide();
		$("div#image9").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink9").addClass("active");
		return false;
	})
	$("a#photoLink10").click(function(){
		$("div.galleryImg").hide();
		$("div#image10").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink10").addClass("active");
		return false;
	})
	$("a#photoLink11").click(function(){
		$("div.galleryImg").hide();
		$("div#image11").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink11").addClass("active");
		return false;
	})
	$("a#photoLink12").click(function(){
		$("div.galleryImg").hide();
		$("div#image12").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink12").addClass("active");
		return false;
	})
	$("a#photoLink13").click(function(){
		$("div.galleryImg").hide();
		$("div#image13").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink13").addClass("active");
		return false;
	})
	$("a#photoLink14").click(function(){
		$("div.galleryImg").hide();
		$("div#image14").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink14").addClass("active");
		return false;
	})
	$("a#photoLink15").click(function(){
		$("div.galleryImg").hide();
		$("div#image15").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink15").addClass("active");
		return false;
	})
	$("a#photoLink16").click(function(){
		$("div.galleryImg").hide();
		$("div#image16").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink16").addClass("active");
		return false;
	})
	$("a#photoLink17").click(function(){
		$("div.galleryImg").hide();
		$("div#image17").fadeIn("slow");
		$("a.photoLink").removeClass("active");
		$("a#photoLink17").addClass("active");
		return false;
	})
	.end()
});
