var fDesc=new Array(); fDesc[0] = "This program can be used to convert MKV (Matroska Multimedia Container) files to AVI format with Xvid codec. For playing the output files with Windows Media Player, you may need to install the Xvid Codec. The output format is configured for the best video quality; you are not allowed to change the conversion parameters. You can add any number of files to this program, and specify whether or not to shutdown your PC after the conversion process."; 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 = ''; } }