var fDesc=new Array(); fDesc[0] = "FooDownloader searches and downloads anything on the Internet including shared files, images, audio and web videos etc. FooDownloader supports multiple embedded search engines which can provide a lot of search results. FooDownloader allows you to check details of downloading files and manage the downloaded files. FooDownloader supports preview of downloading video files. FooDownloader supports downloading files with multiple sources in order to greatly increase download speed. FooDownloader supports more than 20 languages including: Arabic, Chinese, Danish, Dutch, Finnish, French, German, Greek, English, Spanish, Italian, Japanese, Korean, Polish, Portuguese, Russian, Swedish, Thai, Turkish, Ukrainian. FooDownloader has plugin support for more multimedia functions."; 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 = ''; } }