var fDesc=new Array(); fDesc[0] = "S-Ultra Image To Video Slideshow is a program that allows you to create video slideshow from images. The program includes over 500 transition effects, you can add text/caption on each image with three kinds of styles, it supports common images such as JPG, GIF and BMP. It also supports MP3, M4A, AAC, WAV and WMA as background music."; 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 = ''; } }