function focuscontrol(control) { control = document.getElementById(control); if(control) { control.focus(); } }