var fDesc=new Array(); fDesc[0] = "iJoysoft MP4 Converter is an application that allows you to convert AVI to MP4, convert MP4 to WMV with the professional MP4 Converter.You can convert MP4 to MP3, AAC or M4A, convert MP4 to video, convert videos to MP4 and it supports CD decoding, being very easy to use and fast"; 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 = ''; } }