function selectit(theField) {
	var tempval;
	tempval=eval("document."+theField)
	tempval.focus()
	tempval.select()
}