function do_searchPress()
{
  var theForm = document.SearchPressForm;
  theForm.action = '/sec_press/findPressReleases.asp';
  theForm.target = 'resultsWindow';
  theForm.submit();
}