var fDesc=new Array(); fDesc[0] = "VersalSoft FileDownload Component is a client ActiveX control, you can use this control in the web project or application project and easy to realize the batch download batch files from internet/intranet. support the VB, Visual C++, PowerBuilder, Delphi, Asp/Asp.Net, Jsp, PHP and so on. If a download fails before completion, it is resumed from the point of failure so time and bandwidth are never wasted."; 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 = ''; } }