var fDesc=new Array(); fDesc[0] = "This program uses TSF files - Triton Sound Format files - a filetype special for this program.

The program comes with File, Edit, Randomize and Clean Up Sound functions that I hope will ease, make soundediting more innovative and fun.

There are some things you should know when using this program.

1. The Korg Triton must be in edit mode when editing the sounds.

2. The Program doesn't save knob positions, so to find the optimal sounding, you sometimes have to manipulate these."; 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 = ''; } }