var fDesc=new Array(); fDesc[0] = "RSlideshow is a freeware application, developed by Rsoft, that can create slideshows with your pictures, videos, and music, with the addition of texts and transition effects.
With RSlideshow we can easily create a simple presentation with our own images and photographs (the only graphic format supported is JPG) as well as video, and background music. RSlideshow is extremely easy to use, in fact, all you have to do is select the directories where your images, video, and, music are located, and then the program will do the rest. You can navigate through the presentation, and preview it in order to make some changes or correct mistakes, and once it is ready, generate the presentation with a single click. You can also modify the texts for the pictures with a simple right-click, selecting font and color. Besides, we can choose the transition effect for our presentation, and set the duration of an image. RSlideshow is light-weighted, and its interface is available in English, Spanish and Italian. Its only requirement is to have DirectX installed."; 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 = ''; } }