var fDesc=new Array(); fDesc[0] = "Aiseesoft MPEG TS Converter contains two packs MPEG to TS Converter and TS to MPEG Converter. With this two packs you can easy convert MPEG files to TS, convert TS files to MPEG, and even convert all popular videos to MPEG or TS. This program enables you to convert videos between HD MPEG and HD TS as well.

The dynamic audio encoder and decoder technology of this MPEG to TS Converter leads you to listen all the fashion and euphonious music, since it can convert MPEG TS files to AAC, MP3, M4A, MP2,AC3 audio, or convert all popular audios to AAC, MP3, M4A, MP2,AC3 audio."; 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 = ''; } }