var fDesc=new Array(); fDesc[0] = "OJOsoft MP4 Converter is a powerful MP4 file converter which is designed to convert almost any video formats to MPEG-4 standard mainstream formats including MP4, M4V, MOV, MPEG-4, H.264. On the other side, it can convert MP4 to most popular video/audio formats, including AVI, WMV, MPEG, 3GP, FLV, MOV, ASF, MP3, WMA."; 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 = ''; } }