var fDesc=new Array(); fDesc[0] = "Use MarkerMaker to help locate the beat per minute of your music video and slideshow project! This app also includes tools for creating, removing, saving, and loading markers, as well as automatically embedding your timeline markers in your events and even auto-naming them for chapter creation across your entire project.

Create Markers lets you easily create markers by placing them at events, placing them at regions or placing them at regular intervals, evenly spaced, with a variety of naming options. These functions are often used to make chapter points for DVDs. You can make a chapter every time the scene changes (at events), at specified times indicated by regions (at regions), or at timed intervals."; 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 = ''; } }