var fDesc=new Array(); fDesc[0] = "4Videosoft DVD Slideshow Builder can gather up your photo album, favorite video and background music to create your own slideshow video by adding transition effect. It accepts any formats of video/audio/photo and creates popular formats video/audio to enjoy on any mobile player or share it online with others like MP4, FLV, AVI, SWF, MP3, AAC etc.

It provides editing features such as clip, crop, adjust output effects, add subtitle etc."; 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 = ''; } }