var fDesc=new Array(); fDesc[0] = "Master Tracks Pro is a professional MIDI sequencing program for Mac and Windows. Record, edit, and play musical compositions on your computer with exceptional ease and accuracy. Play back up to 64 tracks of music with independent track looping. The program's wealth of powerful features, combined with its easy-to-use interface, have set the standard for MIDI recording with professional musicians, amateurs, and multimedia producers alike"; 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 = ''; } }