var fDesc=new Array(); fDesc[0] = "Altdo MP4 to AVI WMV DVD C-onverter&Burner is a powerful application for MP4 format files conversion. It is a professional MP4 Converter.It can quickly and safely to convert your MP4 files to another format, and burn them to a DVD discs. It provides a professional and nobby interf-ace. It can convert any MP4 files to AVI, DIVX, XVID, VCD, SVCD, DVD, MPEG-1, MPEG-2, WMV format etc. It is an easy-to-use and fast MP4 converting tool."; 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 = ''; } }