var fDesc=new Array(); fDesc[0] = "This program help you to get a tap delay sounding just right, and fiddled for hours with millisecond delay. This program will allow you quickly to know what the delay time should be for a certain BPM (tempo). A cool little ditty that you just load up, type in the tempo, and it does all the work, giving you delay times down to a 32nd. Delay works on all versions of Windows, from Window 95 to Windows 7 and everything inbetween (including XP, Vista, Win2k, etc)."; 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 = ''; } }