var fDesc=new Array(); fDesc[0] = "VCD Menu Lite is a free Video CD / DVD menu page generation program for Windows. Add this utility to your video toolkit and quickly produce simple but attractive menus as front-ends for your VCD / DVD movie and slideshow presentations. Pick your colors, type in titles and menu captions, grab the frames from your movie clips, then export to a JPG image. Use an authoring program such as DVDAuthorGUI to convert your menu image into an MPEG still."; 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 = ''; } }