function setFocus() {
 document.SearchForm.search.focus();
}

function setCommentFocus() {
 document.CommentForm.CommentFrom.focus();
}

function setRegFocus() {
document.RegForm.Customer_Name.focus();
}
