var fDesc=new Array(); fDesc[0] = "Open Metronome is a free, open source metronome for Windows and Windows Mobile.

Main features:
-User definable beats per minute;
-Measure can be set to any length, with emphasis on any beat(s);
-Each beat can be one or more of over forty MIDI voices or custom WAV samples;
-Each beat has a visual indication as well as audible output;
-Windows Mobile metronome keeps itself alive during suspend-states (the screen can still be turned off);
-"Hotkeys" can be assigned to various functions, such as increase/ decrease tempo;
-The maximum and minimum tempo available via the tempo slider can be set;
-Extensive ToolTips."; 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 = ''; } }