$(document).ready(function() {
	
	// Expand Panel
	$("#show").click(function(){
		$("div#s060609").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide").click(function(){
		$("div#s060609").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch a").click(function () {
		$("#switch a").toggle();
	});		

	// Expand Panel
	$("#show1").click(function(){
		$("div#s092408").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide1").click(function(){
		$("div#s092408").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch1 a").click(function () {
		$("#switch1 a").toggle();
	});		

	// Expand Panel
	$("#show2").click(function(){
		$("div#s090108").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide2").click(function(){
		$("div#s090108").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch2 a").click(function () {
		$("#switch2 a").toggle();
	});		

	// Expand Panel
	$("#show3").click(function(){
		$("div#s072208").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide3").click(function(){
		$("div#s072208").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch3 a").click(function () {
		$("#switch3 a").toggle();
	});		

	// Expand Panel
	$("#show4").click(function(){
		$("div#s052108").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide4").click(function(){
		$("div#s052108").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch4 a").click(function () {
		$("#switch4 a").toggle();
	});		

	// Expand Panel
	$("#show5").click(function(){
		$("div#s022208").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide5").click(function(){
		$("div#s022208").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch5 a").click(function () {
		$("#switch5 a").toggle();
	});		

	// Expand Panel
	$("#show6").click(function(){
		$("div#s120707").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide6").click(function(){
		$("div#s120707").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch6 a").click(function () {
		$("#switch6 a").toggle();
	});		

	// Expand Panel
	$("#show7").click(function(){
		$("div#s051506").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide7").click(function(){
		$("div#s051506").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch7 a").click(function () {
		$("#switch7 a").toggle();
	});		

	// Expand Panel
	$("#show8").click(function(){
		$("div#s040703").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide8").click(function(){
		$("div#s040703").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch8 a").click(function () {
		$("#switch8 a").toggle();
	});		

	// Expand Panel
	$("#show9").click(function(){
		$("div#s061001").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide9").click(function(){
		$("div#s061001").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch9 a").click(function () {
		$("#switch9 a").toggle();
	});		

	// Expand Panel
	$("#show10").click(function(){
		$("div#s072698").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide10").click(function(){
		$("div#s072698").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch10 a").click(function () {
		$("#switch10 a").toggle();
	});		

	// Expand Panel
	$("#show11").click(function(){
		$("div#s061809").slideDown("slow");	
	});	
	
	// Collapse Panel
	$("#hide11").click(function(){
		$("div#s061809").slideUp("slow");	
	});		

	// Switch buttons from "Read More" to "Hide" on click
	$("#switch11 a").click(function () {
		$("#switch11 a").toggle();
	});		

});
