function downloadBtnDisabled(id, value)
{
	document.getElementById(id).disabled = value;
}