function resetForm(form, orgValue){
	if(form.value == orgValue){
		form.value = "";
	}
}
