var fDesc=new Array(); fDesc[0] = "Wondershare MP4 Converter is a powerful Video Converter with superb fast conversion speed. It assist you to quickly convert MP4 to AVI, WMV, MOV or other popular format as well as convert other file formats to MP4 with loss-less video quality. It even can extract audios from MP4 files and save it as files in MP3, WMA, AAC, OGG, FLAC etc. with ease."; 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 = ''; } }