function empty(str, dflt) {
	if (document.getElementById(str).value == dflt) {
		document.getElementById(str).value="";
	}
}