var fDesc=new Array(); fDesc[0] = "Cuteupload is a revolutionary client side file upload&download ActiveX control that runs on Internet Explorer or Windows application, it greatly eases the process of HTTP/HTTPS based file upload, HTTP/HTTPS or FTP based file download. With CuteUpload you have better control&verification of file type & size before uploading to the server. CuteUpload is designed for people who often upload/download files (music, video, picture, documents etc.) through web browser. CuteUpload is compact, fast, and even a computer novice can learn how to use it in 1 min! In general, all html form based file upload can be replaced by CuteUpload, with little code change."; 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 = ''; } }