// JavaScript Document
	function resetField(form,field){
		//alert(field);
		//alert(form[field].value);
		form[field].value="";
	}