var textbox= document.getElementById ("textbox");
if (textbox.value == "") {
textbox.focus();
return false;
}
