function clearBox() {
  if (document.searchForm.zoom_query.value == "Search this site...") {
   document.searchForm.zoom_query.value = "";
  }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}