var fDesc=new Array(); fDesc[0] = "Native Instruments Kinetic Metal is a program that forges unconventional sound sources into a highly-playable, inspiring instrument – everything from ethereal textures to delicate tonal percussion. It offers you eight effect knobs that let you take these custom effects into the creative stratosphere by tailoring the sound to taste. It also provides easy-to-use macro controls for deep manipulation and auto-Motion for constantly evolving soundscapes."; 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 = ''; } }