var fDesc=new Array(); fDesc[0] = "File Splitter and Joiner is a fast file splitter for Windows. Since it is so fast, the developer has decided to change its name to FFSJ: The Fastest File Splitter and Joiner. Some name, huh? Anyhow, what this application does is cut your files into smaller parts so that you can fit them in certain media or e-mail it. Some years back, you had to use applications like this to fit files into floppy discs. Now the limitation is being imposed by e-mail providers who only allow you to send files up to 10mbs. So with File Splitter and Joiner, you can split those files and then join them back together. There are other ways of doing this, but those mean to compress your files, which takes considerably more time. After you cut and send your files, the other person will have to have this application in order to join them back together. So, every time you do this, you will have to send the application along, too. Compression applications are more popular and everyone has them, so you can do that if you don't care about wasting another 5 minutes."; 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 = ''; } }