var fDesc=new Array(); fDesc[0] = "Cheapestsoft MPG Converter is an easy-to-use video converter which helps you convert any video file to MPG. It supports video formats including AVI, MPEG, MPG, MOD, MOV, QT, MP4, DIVX, XVID, ASF, VOB, DV, AVS, 3GP, 3G2. The application supports a lot of video and audio codec, such as MPEG4 and WMV. The program also allows you to convert multiple files at one time or to change the output file settings such as video size, bit rate, frame rate, etc."; 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 = ''; } }