function fPopUp(theURL) {
  window.open(theURL,'details','scrollbars=yes,width=550,height=400,top=200,left=200');
}

function fJumpToResults() {
  window.location.hash = "frm";
}
