var fDesc=new Array(); fDesc[0] = "eFileGo a powerful yet easy to use file sharing application, allowing you to send large files securely. This is the easiest way to send files through your personal computer providing full security. Use this software to send various types of files like photos, music, mp3, movie, documents, and drivers and much more through internet. eFileGo helps you to upload files, quickly resume download and multithread download, solve email’s attachment related problems, download and upload password, setup a file sharing server and what’s not. IT is compatible with all Window platforms."; 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 = ''; } }