var fDesc=new Array(); fDesc[0] = "A full-featured, high quality software metronome for Windows. All the features you need. Tempo markings. Supports complex meters including five beats per bar as 3+2 and 2+3, seven beats per bar, and more. Subdivisions including eighth notes and triplets. Practice your swing with configurable beat subdivisions - an exclusive feature. Save presets. Fully configurable sounds, 23 provided. Every beat accurate to better than one ten thousandth of a second. Runs in the background without interruption. Uses our in-house skinning system to create a visually beautiful user interface!"; 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 = ''; } }