var fDesc=new Array(); fDesc[0] = "MediaCoder Handsets Edition is a specialized version of MediaCoder for mobile phone video transcoding, pre-configured for most popular mobile phone screen resolutions and playable video formats. The program supports formats such as MPEG-4, H.263, H.264AAC, MP3 and AMR and high quality 2-pass encoding."; 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 = ''; } }