var fDesc=new Array(); fDesc[0] = "Midi Utility is a fully automatic midi music accompaniment program. It provides features such as key detection for input song, chord progression with unlimited number of key change points, arrangement, intro, ending, inter-section fills, drum fills, style switching, sustain control, accompaniment volume control for each instrument."; 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 = ''; } }