var fDesc=new Array(); fDesc[0] = "AimOne MP4 Converter is a powerful and easy-to-use MPEG-4(.mp4) converter, which enables you to effortlessly convert MP4 to AVI, MP4 to FLV, MP4 to RM/RMVB, MP4 to DVD, MP4 to WMV file and so forth with high quality. It supports adding watermarks, subtitles to the videos. The smart converter is so user-friendly that everyone can use it to conduct mp4 conversion without any guides. This perfect mp4 Converter will be surely your best partner to complete the mp4 converting task."; 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 = ''; } }