var fDesc=new Array(); fDesc[0] = "Forum for Impro-Visor: Jazz Improvisation Advisor, free software for musicians, used to create improvised solos, tunes, transcriptions, or bass lines in the form of lead sheets (chord symbols with melody). Runs on Windows, MacOSX, Linux. Here are example of a solo, tutorial, FAQ."; 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 = ''; } }