var fDesc=new Array(); fDesc[0] = "Liveleak Downloader is intended to download flash videos from Liveleak.com. This progam is easy to use: you have just to input the URL from the Liveleak website and click on the download button! It allows you to download FLV files automatically. It can download several video files simultaneously, and show the real download URL. It can play the downloaded video. You also can view downloaded history and video search results.
The application has a very user-friendly interface.  You can download this program free from the developer's web site."; 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 = ''; } }