var fDesc=new Array(); fDesc[0] = "VobEdit is an application which allows you to split, merge and demux video files in the VOB format (DVDs). The tool doesn't require any installation, so it is portable. Your Windows registry entries will remain intact but you can also place VobEdit on an external device and run it on any computer. The user interface of VobEdit consists of a plain window in which you can add VOBs by using the file browser (the "drag and drop" method is not supported)."; 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 = ''; } }