function expandcollapse (postid) {
	$(function(){
		$('#' + postid).toggle();
	});
}
