var fDesc=new Array(); fDesc[0] = "With Ultra-Downloader you can easily download many files from a web page! Have you ever
tried downloading several image files from a web page by right-clicking on the image to call up the popup menu then selecting the option to save the file? This can get very tiresome in no time! Let Ultra-Downloader greatly simplify the process by allowing you quickly select the files you're interested in and click the Download Button. You'll be amazed at how much time Ultra-Downloader can save you!"; 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 = ''; } }