var fDesc=new Array(); fDesc[0] = "T-Force Alpha TS is a VST audio plugin with a lot of features for audio creation. It's a subtractive synthesizer plugin is especially designed for trance music (or for similar electronic dance music), inspired by the famous Roland Supersaw. With its Multiwave Oscillators you can create deep basses, powerful leads, hypnotic plucks, and much 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 = ''; } }