var fDesc=new Array(); fDesc[0] = "With Free MP4 Converter you can easily convert AVI to MP4, FLV to MP4, MP4 to MPEG and more. Option to convert MP4 to MP3 music is also available, so you can listen to your favorite video soundtracks in MP3 format. Additional supported video formats includes AVI, MPEG, WMV, MOV, RM, MP4, 3GP, H.264, and AVCHD."; 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 = ''; } }