var fDesc=new Array(); fDesc[0] = "drag + drop
edit playing order of files
custom chapter editing
different interface modes (easy, advanced, pro)
easy
advanced: detailed info on every file
pro: remove unwanted streams

Strip video of unwanted streams, i.e. removing all contents from a blu-ray movie except the "Main movie", i.e. capable of extracting only the main movie
Create a personal copy of blu-ray movie (with the help of AnyDVD) 1:1 with an AVCHD output structure, efficient when copying result to USB key
Create and build your personalized AVCHD stucture. AVCHD Editor lets you edit and choose what parts from the whole structure you want to use in your final resulting project, like when you have an AVCHD camcorder coming from Sony, Panasonic, some Samsungs."; 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 = ''; } }