var fDesc=new Array(); fDesc[0] = "Joboshare MP4 Converter is professional MP4 converter and video to MP4 converter which can convert videos to MP4 (MPEG4) video. The best MP4 converter can convert AVI to MP4, MPEG to MP4, WMV to MP4 and supports almost all popular video files including AVI, MPEG, DivX, MOV, RM, WMV, 3GP, VOB, H.264/MPEG-4 AVC, VCD, DV and so on. Joboshare MP4 Converter also can convert MP4 to MP3, AAC, M4A music with ease, super fast speed and excellent quality."; 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 = ''; } }