var fDesc=new Array(); fDesc[0] = "MPEG Video Converter Factory is a great tool which is capable of making conversion among video/audio formats. You can convert video files to MPEG format and other popular formats such as: MP4, FLV, 3GP, ASF, MOV, M4V, MPG, VOB, XviD with high speed and good quality.
Also is provided customizable options to set video & audio output effect and define your own output files."; 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 = ''; } }