function showMore(id){
	$('#moreLink_'+id).hide();
	$('#more_'+id).show();
}
