var fDesc=new Array(); fDesc[0] = "Bittersweet is a free software processing tool for managing audio transients. Turning the big wheel button on the sweet side, decreases the transients amplitude. On the bitter side the transients amplitude is magnified. The graphic rendering in Bittersweet v3 is using a GPU-efficient 2D/3D graphic engine. The engine, introduced first in the Pure Analyzer System, is based on the OpenGL standard optimizing the audio-to-visual experience utilizing the GPU on the computer’s built in graphics card."; 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 = ''; } }