var fDesc=new Array(); fDesc[0] = "Camel Audio Alchemy is the ultimate sample manipulation synthesizer which can turn your musical dreams into reality. It's a synth powerhouse and yet is easy to use thanks to its powerful browser, performance controls and remix pad. The library of contemporary sounds explores new sonic territory ranging from cutting-edge pads and sublime soundscapes to ultra-fat basses and synths."; 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 = ''; } }