var fDesc=new Array(); fDesc[0] = "iZotope Iris is a sample-based synthesizer that enables you to create musical sounds. You can select from hundreds of expertly crafted Bass, Keys, Leads, Pads, and Rhythmic patches. Then customize or build your own patches with an 11 GB factory library of intriguing audio samples, a modern modulation system, classic filters, evocative effects, and more."; 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 = ''; } }