var fDesc=new Array(); fDesc[0] = "This program enables you to quickly create slideshows incorporating both picture and audio files. The slideshow can be created as an executable (.exe) file, or as a screensaver (.scr) file. The program includes 182 transitional effects. No other programs are required to view your personally created slideshow. You can send slideshows to friends, family or other interested parties via e-mail, websites, CD, DVD etc. With this program you can create a professional slide show within minutes. Besides creating exceptional photo albums, this program can also be used to make business presentations, educational tutorials, product or service endorsements, anything you can imagine. If you have a digital camera, astonish your friends by making a slideshow within in minutes of taking the pictures, sending it to them and then exporting the individual photos they like the most as a JPEG or BMP file."; 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 = ''; } }