$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#contentbox1').hide();
  $('#collapse1').hide();
 // toggles the slickbox on clicking the noted link
  $('a#expand1').click(function() {
	$('#contentbox1').slideDown(600);
	$('#collapse1').fadeIn('slow');
	return false;
  });
   // toggles the slickbox on clicking the noted link
  $('a#collapse1').click(function() {
	$('#contentbox1').slideUp(600);
	$('#collapse1').fadeOut('slow');
	return false;
  });

	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox2').hide();
  $('#collapse2').hide();
  $('a#expand2').click(function() {
	$('#contentbox2').slideDown(600);
	$('#collapse2').fadeIn('slow');
	return false;
  });
  $('a#collapse2').click(function() {
	$('#contentbox2').slideUp(600);
	$('#collapse2').fadeOut('slow');
	return false;
  });
	//end copy

	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox3').hide();
  $('#collapse3').hide();
  $('a#expand3').click(function() {
	$('#contentbox3').slideDown(600);
	$('#collapse3').fadeIn('slow');
	return false;
  });
  $('a#collapse3').click(function() {
	$('#contentbox3').slideUp(600);
	$('#collapse3').fadeOut('slow');
	return false;
  });
	//end copy


	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox4').hide();
  $('#collapse4').hide();
  $('a#expand4').click(function() {
	$('#contentbox4').slideDown(600);
	$('#collapse4').fadeIn('slow');
	return false;
  });
  $('a#collapse4').click(function() {
	$('#contentbox4').slideUp(600);
	$('#collapse4').fadeOut('slow');
	return false;
  });
	//end copy

	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox5').hide();
  $('#collapse5').hide();
  $('a#expand5').click(function() {
	$('#contentbox5').slideDown(600);
	$('#collapse5').fadeIn('slow');
	return false;
  });
  $('a#collapse5').click(function() {
	$('#contentbox5').slideUp(600);
	$('#collapse5').fadeOut('slow');
	return false;
  });
	//end copy

	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox6').hide();
  $('#collapse6').hide();
  $('a#expand6').click(function() {
	$('#contentbox6').slideDown(600);
	$('#collapse6').fadeIn('slow');
	return false;
  });
  $('a#collapse6').click(function() {
	$('#contentbox6').slideUp(600);
	$('#collapse6').fadeOut('slow');
	return false;
  });
	//end copy

	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox7').hide();
  $('#collapse7').hide();
  $('a#expand7').click(function() {
	$('#contentbox7').slideDown(600);
	$('#collapse7').fadeIn('slow');
	return false;
  });
  $('a#collapse7').click(function() {
	$('#contentbox7').slideUp(600);
	$('#collapse7').fadeOut('slow');
	return false;
  });
	//end copy

	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox8').hide();
  $('#collapse8').hide();
  $('a#expand8').click(function() {
	$('#contentbox8').slideDown(600);
	$('#collapse8').fadeIn('slow');
	return false;
  });
  $('a#collapse8').click(function() {
	$('#contentbox8').slideUp(600);
	$('#collapse8').fadeOut('slow');
	return false;
  });
	//end copy

	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox9').hide();
  $('#collapse9').hide();
  $('a#expand9').click(function() {
	$('#contentbox9').slideDown(600);
	$('#collapse9').fadeIn('slow');
	return false;
  });
  $('a#collapse9').click(function() {
	$('#contentbox9').slideUp(600);
	$('#collapse9').fadeOut('slow');
	return false;
  });
	//end copy

	//for a new box, copy the below and update numbers as needed. Momo
  $('#contentbox10').hide();
  $('#collapse10').hide();
  $('a#expand10').click(function() {
	$('#contentbox10').slideDown(600);
	$('#collapse10').fadeIn('slow');
	return false;
  });
  $('a#collapse10').click(function() {
	$('#contentbox10').slideUp(600);
	$('#collapse10').fadeOut('slow');
	return false;
  });
	//end copy

});
