var fDesc=new Array(); fDesc[0] = "Divshare File Uploader is your best choice for uploading large files or uploading multiple files at once. The application works directly from your desktop and runs independently of your browser. Simply download the application, open the application on your computer, and then drag and drop your files into the app window for easy file transfers."; 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 = ''; } }