var fDesc=new Array(); fDesc[0] = "This is the tools which can compile asp project into exe file. The compiled exe file is an application program of window, which can run without IIS. Normally, the asp code can run on web server, but it can't run independently, and you must provide asp source code to your customer. With this software, you can compile asp code into exe or dll file, the compiled exe file can run as windows application."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }