var fDesc=new Array(); fDesc[0] = "iPod Download is a powerful yet easy to use P2P file-sharing software that allows you to quickly search and download high-quality digital files, including mp3 music, movies, videos, tv shows and games. This incredible program also has the ability to burn CDs, DVDs or transfer audio and video files to your iPod, psp, zune, iphone or MP3 player. It enables you to search for multiple files simultaneously and set content filters to avoid downloading unwanted files such as copyrighted or adult material. Morever, the program features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. This version includes new tabs and buttons that will let you search and download the latest and most popular exchanged files. A great thing about this program is that it uses the direct connect option to browse a friend’s files using their IP address, which is very useful when working on a project or exchanging documents. All in all, if you are looking for a great application to search and download media files and then transfer them to your iPod or burn them on a CD/DVD, iPod Download is perfect for 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 = ''; } }