var fDesc=new Array(); fDesc[0] = "BLOCKS WIRED is a three pre-patched modular synths created with REAKTOR Blocks. From sequenced melodies and basslines to out of the ordinary textures, BLOCKS WIRED gives you the world of modular synthesis in a playful and instantly musical format. It is made possible by the new Blocks framework in REAKTOR 6, and runs in REAKTOR 6 or the free REAKTOR 6 PLAYER."; 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 = ''; } }