$(function() {
	$('#showMore').click(function() {
		$('#more').slideToggle("normal");
	});
});
