function selectHosp(id) {
	document.getElementById(searchHp).value = id;
	document.hosp.submit();
	alert(document.getElementById(searchHp));
}
