var fDesc=new Array(); fDesc[0] = "With SlideWow Free Slideshow Maker, you can easily turn a folder full of still images into a stunning Flash slide show with background music and special transition effects. It supports adding photos in formats of JPG, TIFF, BMP and PNG and music in formats of MP3, WMA, and WAV, you can also get music from audio CD. The program enables you to rotate and flip photos and add titles, links, descriptions, texts, art clips to photos and allow adding transition effects to titles."; 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 = ''; } }