function formfocus() {
   document.getElementById('sld').focus();
}
window.onload = formfocus;