function disableSubmit(oImage) {
	oImage.disabled = true;
	oImage.form.submit();
}

