// this function clears the search field on focus.
function clearform(which){
which.value=''
}

