var fDesc=new Array(); fDesc[0] = "Convert MTS files into MP4 format with ease. Any MTS file will be converted in less than 5 seconds - at speeds that are much faster than the best competitors. The clean and simple design will have you converting your files faster than you thought possible. Follow the installation instructions after you've downloaded the setup file. Once you have chosen which RM file to convert, choose the level of quality you would like for your conversion. After that, simply press the Convert button. Your file will be done in seconds, not minutes. You can track the status of each conversion through the progress bar.
Press the Show Files button to view your new MP3 file."; 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 = ''; } }