var fDesc=new Array(); fDesc[0] = "Simple DVD Creator is a simple DVD authoring application. Just load mpg, ts or m2v/mpv files and author a simple DVD with chapters. It uses the following free tools: DVDAuthor, Demux, Mplex, MediaInfo, M2VRequantiser. The version 1.5a adds missing vcomp100.dll, which is needed on some processors."; 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 = ''; } }