function disableButton(button) {
	alert(button);
	document.uploadform.submit();
}