// JavaScript Document
function enable_select(id_select){
	document.getElementById(id_select).disabled = false;
}
