var fDesc=new Array(); fDesc[0] = "Dream Convert MP4 to avi is an application that helps you convert MP4, M4V and MP4V files into AVI or MPG (MPEG-1, MPEG-2). In addition, the program can convert avi, DivX, XviD, flv, etc. to mp4. At the same time, it decodes the most important audio and video codecs used in MP4 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 = ''; } }