var fDesc=new Array(); fDesc[0] = "Anvsoft iPod Photo Slideshow is a powerful yet easy to use application that allows you to create MPEG-4 photo slideshows that can be played in iPod. This software allows you to create excellent slideshows that can be easily extracted to your iPod so that you can take them with you. All you have to do is select the pictures you want to add, set an order, configure some advanced options and then save the progress. The files you create with this program can be saved to any output direction on your computer. You will be able to navigate and search for files on your computer without leaving the program's main window. Once you found the folder where the pictures you want to use are located, they will all be shown in the application's main window. Anvsoft iPod Photo Slideshow allows you to select picture by picture and set the order you want them to appear in. This program is not free, but there is a free trial version that you will be able to download. The program comes with more than two hundred and sixty effects. Anvsoft iPod Photo Slideshow enables users to create and organize photo albums. The software allows you to add any background music. The program's interface is perfect."; 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 = ''; } }