var fDesc=new Array(); fDesc[0] = "DEXTUpload .NET Professional is a Windows Component running on a web server that is HTTP-based and serves to upload files from web browsers to a web server quickly and efficiently. It runs on any IIS(Internet Information Server) on a Windows platform for websites developed with ASP.NET. We are continuously improving the performance and convenience-of-use through the development of various additional functions."; 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 = ''; } }