// JavaScript Document
function clearform(which){
if (which.value='')
which.value=''
}