function describe(aMsg){ window.status = aMsg; return true; };

function doClearKeywords(aElement){
  if ((aElement.value=="Search by keyword, image ID or agency") || (aElement.value=="Search by keyword, image ID or collection") || (aElement.value=="Search by keyword"))
    aElement.value="";
}