var fDesc=new Array(); fDesc[0] = "Chordware Progression Assistant is a software to aid music composition and production. You can easily create intricate rhythms, and complete works of music using the mouse. You can also import/export, record midi input, connect to your Vst host, or save your sound font settings. Its all fully integrated and stable so you can combine controls that add and shape rhythm and harmony, and use any part of it worry-free."; 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 = ''; } }