function popup(target){
  comWindow = window.open(target, "comment", "width=640,height=480,scrollbars=yes");
  comWindow.focus();
}

function SubmitMe()
{
  with (self.document.forms[0])
  {
    target = "_top";
    submit();
  }
}

function setfocus() {
  document.forms[0].query.focus();
}
