function fo ( o ) {
	var Inp = document.getElementById ( o ) ;
	Inp.focus () ;
	return true;
}