var fDesc=new Array(); fDesc[0] = "Vobmerge.NET is a project for joining vob. It merge several vob files in one large vob(mpeg) file, for then easily using it in another video project.

Upon starting the VobMerge.NET executable, a small tab will open with several options. There is the Settings tab from where the options tab is accessible. There you can select the Output extension and Buffer Block.

From the Output extension you can select 2 extensions : MPG and VOB. The Buffer Block allows you to select between 4mb and 256 mb."; 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 = ''; } }