function show_the_comments_area(){
	$("#the_comments_area").slideDown("slow");
}

function hide_the_comments_area(){
	$("#the_comments_area").slideUp("slow");
}