// JavaScript Document

function inputBehave(who,how){
if(how==1) who.value=''
else if(who.value=='') who.value=who.defaultValue
}
