function openWindow(lnk) {
  newWindow = window.open(lnk,"promowin","width=512,height=384,resizable");
  newWindow.focus();
}
function setLoginFocus() {
  var frm = document.frmLogIn; frm.UserID.focus();
  return true;
}