function showMore(link, text) {
	jQuery(link).hide();
	jQuery(text).show();
}
