function Window_OnLoad(){var a=document.getElementById("spnOK");a.innerHTML=a.innerHTML.toUpperCase()}function btnOk_MouseOver(){try{document.getElementById("btnOk").style.color="#003E76"}catch(a){alert("JS_LOGIN_BTNOK_MOUSEOVER: "+a.message)}}function btnOk_MouseOut(){try{document.getElementById("btnOk").style.color="#0088CA"}catch(a){alert("JS_LOGIN_BTNOK_MOUSEOUT: "+a.message)}};
