function EnableButton(ButtonId) {
	document.getElementById(ButtonId).disabled = false;
}
