var fDesc=new Array(); fDesc[0] = "Movie Downloader is a tool that helps you to download multiple media files (movie, music, pictures, etc) from your favorite websites. It scans the specified site, looks for files of specified type, downloads group of found files.

Main Features:

- Search the website for the specified files
- You can use Movie Downloader to search for updates.
- Movie Downloader can work in scheduled mode, when all jobs are doing automatically."; 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 = ''; } }