<!--
function doubleSubmit(submitId){
		submitId.disabled = true;
		return true;
}
//-->