var fDesc=new Array(); fDesc[0] = "ScriptMaker is a Windows 9x program to create patchname script files. You have to type in all important information
of your MIDI device in several data fields. The data can
be saved or opened every time as an *.spf file (ScriptMaker
Project File). By clicking on "Script/Generate" ScriptMaker
compiles such an *.spf file to a patchname script file
which you can use in Cubase VST."; 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 = ''; } }