var fDesc=new Array(); fDesc[0] = "MediaTab is a program that provides information regarding your multimedia files. You will get info like codecs, bitrates, resolutions, metatags, encoded options and languages. You can also export the information to text or HTML format and copy to the clipboard (text, HTML and BBcode)."; 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 = ''; } }