<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">function VsbFormFunc(){var _this=this;_this.disableAutoEnable=function(o){o.disabled=true;setTimeout(function(){_this.enableOnComplete(o)},500)};_this.enableOnComplete=function(o){if(window.document.readyState=="complete"){o.disabled=false}else{setTimeout(function(){_this.enableOnComplete(o)},500)}}}function changebase64_util(nameList,formName){if(!!nameList&amp;&amp;nameList.length&gt;0){for(var i=0;i&lt;nameList.length;i++){var realName=nameList[i];var tmpName=realName+"_temp";try{var tmpNameObj=eval("document."+formName+"."+tmpName);var nameObj=eval("document."+formName+"."+realName);if(tmpNameObj&amp;&amp;nameObj){nameObj.value=new Base64().encode(tmpNameObj.value);new VsbFormFunc().disableAutoEnable(tmpNameObj)}}catch(e){}}}return true};</pre></body></html>