<!-- hide from older browsers var SearchBoxDefault = "Search the Student Programs site";function SearchBoxClear(FormElement) {  if (FormElement.value==SearchBoxDefault) {    FormElement.value="";  }}function SearchBoxRefill(FormElement) {  if (FormElement.value=="") {    FormElement.value=SearchBoxDefault;  }}-->