var fDesc=new Array(); fDesc[1] = "adds the ability to buy movies online as well. The estimated cost for each movie varies between about $2 and $5. This version also includes a tool called Genius, which lets you create playlists automatically by analyzing your personal library for songs that are related."; fDesc[2] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools."; fDesc[3] = "choice. This useful tool will help you save loads of space in your MP3 player, allowing you to enjoy more music and more audio books with fewer resources. The bit rates supported range from 8 to 256 kbps."; fDesc[4] = "share their links with each other. It also downloads the link contents to your local machine while you are working on other area."; fDesc[5] = "between your iPod/iPhone and your computer. This incredible application helps you transfer iPod/iPhone music,video,photos,iPo d podcast and TV programs to your local disk , and vice versa."; fDesc[6] = "fast. This incredible software includes more than 3,000 stations and just keeps growing. With MAGIX AudioID you can find information like song title, artist, or album at the touch of a button and sort everything automatically in the internal database."; fDesc[7] = "your iPod or MP3 player . You can even search podcasts from inside Ziepod and start to listen to them in a second"; fDesc[8] = "recorded. Easily remove sound distortions and imperfections with drag and drop editing."; fDesc[10] = "few simple steps. This incredible program allows you to record your own commentaries, edit and cut them like the pros, select matching songs, upload and post your own show in a few minutes."; fDesc[11] = "task. It has never been easier to create, edit and publish podcasts."; fDesc[12] = "Podcast Client Software to provide a sophisticated yet easy to use application with many advanced features"; fDesc[13] = "music, add sound effects and transitions, improve quality and publish online or burn it on a CD for distribution. The interface is simple and intuitive. It runs on Windows 2000 and XP."; fDesc[14] = "the XML file for you. You can even preview how your podcast will look in iTunes. It lets you up-date your feed in seconds."; fDesc[15] = "charge."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }