function doClear(theText) {
	if (theText.value == theText.defaultValue) {
		theText.value = ""
	}
}

function ChangeForm() {
	window.location=document.getElementById("dropdown").value;
}
