var fDesc=new Array(); fDesc[0] = "Curve is a software synthesizer with an irresistible waveform editor, huge sound library and slick interface. A huge library will get you started, with quality presets by renowned sound designers such as Michael Kastrup, Pluginguru, Myagi, Xenos Soundworks, Soundsdivine, and hidden pearls from the Curve community. Curve provides completely new possibilities for experimentation and detailed tweaking, with a simple to use, immediate, slick interface."; 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 = ''; } }