var fDesc=new Array(); fDesc[0] = "Dimension Pro is a cross-platform virtual-synth.It gives you a huge selection of sounds as well as a good interface to edit and create new sounds. Anyone involved in creating music in styles ranging from Pop to Electronica can use it. It sounds great, stands up well against hardware workstations. There's a good selection of very useable sounds. All in all, Dimension Pro offers a nice out of the box package. From composers needing a wide pallet of sounds to sound tweakers who find their zen in manipulating sounds to their own liking."; 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 = ''; } }