function resetForm(formobj)
 {
    document.form1.reset(formobj);
	return false;
 }
