function fakePasswordFocus(b,a){document.getElementById(b).style.display="none";document.getElementById(a).style.display="";document.getElementById(a).focus()}function realPasswordBlur(b,a){if(document.getElementById(a).value==""){document.getElementById(b).style.display="";document.getElementById(a).style.display="none"}}function safePasswordsSetup(a,b){document.getElementById(a).style.display="inline";document.getElementById(b).style.display="none"}function inputTextFocus(a,b){if(a.value==b){a.value=""}}function inputTextBlur(a,b){if(a.value==""){a.value=b}};
