var inputText=function(o,e,e2){ if(!o)return;var txt=o.value; function inputTextChange(o,e,e2,txt){ o[e]=function(){var txt2=o.value;if(txt==txt2)o.value=""} o[e2]=function(){var txt2=o.value;if(txt2=="")o.value=txt} } new inputTextChange(o,e,e2,txt) }