function makeselect(i) {
	document.getElementById(i).focus();
	document.getElementById(i).select();
}