function FieldClear(fieldname){
	var thisfield = fieldname;
	thisfield.value = "";
}
