var fDesc=new Array(); fDesc[0] = "OGG Video Converter converts any video formats to OGG/OGM/OGV (Theora + Vorbis) file. The OGG file is recommended by HTML5 specification for embedding video and audio in HTML documents. Besides OGG file, the converter converts files to H.264 and WebM (VP8 + Vorbis) that are HTML5 video formats either. The major web browsers support either OGG, H.264, or WebM, for example, Internet Explorer, Firefox, Chrome, Safari, and Opera. In other word, the program is also a HTML5 video converter / encoder."; 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 = ''; } }