var fDesc=new Array(); fDesc[0] = "GiliSoft Slideshow Movie Creator can be used to mix your photos, video clips, and audio tracks into a movie. It comes with more than 300 different 2D/3D video transition effects that can be applied to your projects. You can also add titles, frames, filters, and watermarks. After editing, you can preview the video and export into common formats such as WMV,MOV, MP4, and AVI in HD quality."; 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 = ''; } }