var fDesc=new Array(); fDesc[0] = "3herosoft AVI MPEG Converter is easy to use yet versatile AVI Video Converter and MPEG Movie Converter software, which can convert all popular video formats to AVI and MPEG formats, such as convert AVI to MPEG, AVI to MPEG-4, and DivX to MPEG and can also convert MPEG to AVI, MPEG-4 to AVI. With the assistance of 3herosoft AVI MPEG Converter, you can also convert videos to any common video or audio formats, and convert audios among all popular audio formats, such as WMA, MP2, AMR, OGG, RA, AC3, CDA, 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 = ''; } }