function showtr(id) {
	id = document.getElementById(id);
   	id.style.display = 'table-row';
}