function ShowHide1(){
	$("#slidingDiv1").animate({"height": "toggle"}, { duration: 500 });
}

function ShowHide2(){
	$("#slidingDiv2").animate({"height": "toggle"}, { duration: 500 });
}

function ShowHide3(){
	$("#slidingDiv3").animate({"height": "toggle"}, { duration: 500 });
}

function ShowHide4(){
	$("#slidingDiv4").animate({"height": "toggle"}, { duration: 500 });
}
