var fDesc=new Array(); fDesc[0] = "FileSave Client is an application that makes it easy to download files from the Internet.
You have simply type or copy/paste a file into the upper textbox and type the "" file name in the bottom. And then you have to be sure to include the file extension (*.txt) to save as the right type! Files will be saved to My Documents."; 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 = ''; } }