function ShowHide(divName){
	$('#' + divName).animate({"height": "toggle"}, { duration: 300 });
}
