var fDesc=new Array(); fDesc[0] = "Chord Sketcher is an algorithmic composition software for Windows users. All instruments are selected randomly and all notes are created by a specially designed random algorithm. The program features algorithmic composition with custom chord progression, 16 instrument tracks, key change that will modulate chords automatically, random chord progression, MIDI export, and more."; 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 = ''; } }