$(function() {

$("#autosave1").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm1").show(speed);
	});
$("#autosave2").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm2").show(speed);
	});
$("#autosave3").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm3").show(speed);
	});
$("#autosave4").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm4").show(speed);
	});
$("#autosave5").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm5").show(speed);
	});
$("#autosave6").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm6").show(speed);
	});
$("#autosave7").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm7").show(speed);
	});
$("#autosave8").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm8").show(speed);
	});
$("#autosave9").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm9").show(speed);
	});
$("#autosave10").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm10").show(speed);
	});
$("#autosave11").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm11").show(speed);
	});
$("#autosave12").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm12").show(speed);
	});
$("#autosave13").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm13").show(speed);
	});
$("#autosave14").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm14").show(speed);
	});
$("#autosave15").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm15").show(speed);
	});
$("#autosave16").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm16").show(speed);
	});
$("#autosave17").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm17").show(speed);
	});
$("#autosave18").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm18").show(speed);
	});
$("#autosave19").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm19").show(speed);
	});
$("#autosave20").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm20").show(speed);
	});
$("#autosave21").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm21").show(speed);
	});
$("#autosave22").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm22").show(speed);
	});
$("#autosave23").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm23").show(speed);
	});
$("#autosave24").click(function() {
	var speed = 2000;
	$(this).fadeOut(speed);
	$("#calForm24").show(speed);
	});
	
});