function clearFields() {
	var i;
	for (i = 0; i < 4; i++) {
		document.forms[0].elements[i].value="";
	}
}
