show_more = function(t) {
	d = document.getElementById(t);
	d.style.display='block';
}
