var fDesc=new Array(); fDesc[0] = "Convert Blu-ray videos to AVI in an easy 1, 2, 3 step process:
1) Select the Blu-ray video and choose the audio and subtitle track
2) Use the quality analyzer to adjust settings for the best quality
3) Just sit back and relax during the conversion!
The live preview allows you to watch the conversion process. Blu-ray to AVI supports ISO images and also inlcudes a special remux profile!"; 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 = ''; } }