var fDesc=new Array(); fDesc[0] = "Do you want to add chapters to your MKV video file? Then you have come to the right place! This simple yet effective little program will do it for you with ease and speed. The only thing you need to do is drop your MKV file onto the program, choose how often you want a chapter to be created and then press Chapterize! Or if you want a little more class you can choose a set of chapters from ChapterDB which contains human-made chapter times and sometimes even the real chapter names!"; 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 = ''; } }