function preventDoubleClick(obj) {
	obj.disabled = true;
	obj.form.submit();
}