// JavaScript Document





$(document).ready(function() {







$(".items a").hover(function() {
		var hoverText = $(this).attr("title");
		$("#picTitle").fadeIn("fast");
	    $("#picTitle").text(hoverText);
	}, function() {
		//$("#picTitle").text(" ");
		$("#picTitle").fadeOut("fast");
	});

	$("#img1").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content1").fadeIn("fast");
	});
	
	$("#close_button1").click(function() {
		$("#non_flash_content1").fadeOut("fast",hideinfo);
	});

	$("#img2").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content2").fadeIn("fast");
	});
	
	$("#close_button2").click(function() {
		$("#non_flash_content2").fadeOut("fast",hideinfo);
	});

	$("#img3").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content3").fadeIn("fast");
	});
	
	$("#close_button3").click(function() {
		$("#non_flash_content3").fadeOut("fast",hideinfo);
	});

	$("#img4").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content4").fadeIn("fast");
	});
	
	$("#close_button4").click(function() {
		$("#non_flash_content4").fadeOut("fast",hideinfo);
	});

	$("#img5").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content5").fadeIn("fast");
	});
	
	$("#close_button5").click(function() {
		$("#non_flash_content5").fadeOut("fast",hideinfo);
	});

	$("#img6").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content6").fadeIn("fast");
	});
	
	$("#close_button6").click(function() {
		$("#non_flash_content6").fadeOut("fast",hideinfo);
	});

	$("#img7").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content7").fadeIn("fast");
	});
	
	$("#close_button7").click(function() {
		$("#non_flash_content7").fadeOut("fast",hideinfo);
	});

	$("#img8").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content8").fadeIn("fast");
	});
	
	$("#close_button8").click(function() {
		$("#non_flash_content8").fadeOut("fast",hideinfo);
	});

	$("#img9").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content9").fadeIn("fast");
	});
	
	$("#close_button9").click(function() {
		$("#non_flash_content9").fadeOut("fast",hideinfo);
	});

	$("#img10").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content10").fadeIn("fast");
	});
	
	$("#close_button10").click(function() {
		$("#non_flash_content10").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img11").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content11").fadeIn("fast");
	});
	
	$("#close_button11").click(function() {
		$("#non_flash_content11").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img12").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content12").fadeIn("fast");
	});
	
	$("#close_button12").click(function() {
		$("#non_flash_content12").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img13").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content13").fadeIn("fast");
	});
	
	$("#close_button13").click(function() {
		$("#non_flash_content13").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img14").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content14").fadeIn("fast");
	});
	
	$("#close_button14").click(function() {
		$("#non_flash_content14").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img15").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content15").fadeIn("fast");
	});
	
	$("#close_button15").click(function() {
		$("#non_flash_content15").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img16").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content16").fadeIn("fast");
	});
	
	$("#close_button16").click(function() {
		$("#non_flash_content16").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img17").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content17").fadeIn("fast");
	});
	
	$("#close_button17").click(function() {
		$("#non_flash_content17").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img18").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content18").fadeIn("fast");
	});
	
	$("#close_button18").click(function() {
		$("#non_flash_content18").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img19").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content19").fadeIn("fast");
	});
	
	$("#close_button19").click(function() {
		$("#non_flash_content19").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});

	$("#img20").click(function() {
		$("#main_content_flash_jq").hide();
		$("#info_content").show();
		$("#non_flash_content20").fadeIn("fast");
	});
	
	$("#close_button20").click(function() {
		$("#non_flash_content20").fadeOut("fast",hideinfo);
		//$("#non_flash_content1").hide();
	});



	
});

function hideinfo() {
		$("#info_content").hide();
		$("#main_content_flash_jq").fadeIn("fast");
}