var fDesc=new Array(); fDesc[0] = "GiliSoft Movie DVD Creator can turn your videos into DVD movies. It allows you to add video clips and add background pictures, music, DVD menu, etc. You may also clip video segments, add menu topic and opening film clip, load subtitles, and audio tracks to create a more personalized DVD. GiliSoft Movie DVD Creator features a collection of DVD menu backgrounds and frames that can be readily applied to your projects."; 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 = ''; } }