var fDesc=new Array(); fDesc[0] = "Sonic Charge Synplant is a syn­thes­izer with a ge­net­ic ap­proach to sound cre­ation. Syn­plant lets you ex­plore a world of or­gan­ic sounds by plant­ing seeds that grow in­to synth patches. The program lets you de­vel­op sounds by simply us­ing your ears."; 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 = ''; } }