var fDesc=new Array(); fDesc[0] = "It is a standalone utility designed to allow easy user customization of the xml profiles that control the conversion functions in DVDFab's DVD Ripper modes. It has an easy, intuitive user interface and can be used to edit or customize existing profiles or create new ones for devices or formats that are not supported otherwise. It is not a required download and DVDFab will continue to operate normally without the editor installed, but if you experiment much with the profiles it can save time and assure that the profile you're making is assembled in the proper order and with correct syntax."; 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 = ''; } }