var fDesc=new Array(); fDesc[0] = "Internet Friendly Media Encoder is an utility that allows you to encode your media files with the H.265 standard by using open source x265 with a simple and friendly interface (GUI). You can convert all your videos with the latest and next-generation video codec. It is also capable of encoding and compressing much more your lossless audio by using OpenCL acceleration."; 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 = ''; } }