var fDesc=new Array(); fDesc[0] = "Tipard Mod Converter Mate allows you to convert MOD and TOD video format to MPG, MPEG, MPEG 2, VOB, DAT, MP4, M4V, TS, MKV, MPV, MOD, TOD, QT, MOV, DV, DIF, MJPG, MJPEG and more video formats.
Also the program enables you to extract the audio from video and convert it to AAC, AC3, AIFF, AMR, AU, FLAC, MP3, M4V, MP2, OGG, WAV and WMA."; 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 = ''; } }