var fDesc=new Array(); fDesc[0] = "Handy Downloader is a reliable and intuitive application that will help you find and download almost any song or video you can think of. You will now be able to effortlessly store on you computer songs or videos that were either too expensive or that you never thought you could find.
It supports and allows you to save files in various formats like mp3, wma, wav, flv, swf, 3gp, mov, mp4, mpg and wmv."; 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 = ''; } }