function dbsubmit (id) {
	submit = document.getElementById(id);
	submit.disabled = true;
	submit.value="loading now.....";
} 