var fDesc=new Array(); fDesc[0] = "This software will demonstrate a bit of the power of the Nord Modular G2 hardware system using your computers audio card. From this version the Nord Modular G2 Editor provides two new tools for patch modification, the Patch Adjuster for quick patch changes on a global level, and the Patch Mutator for extensive sonic exploration based on interactive evolution."; 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 = ''; } }