var fDesc=new Array(); fDesc[0] = "If you like sifting through endless menus and windows to make music, Tracktion 3 is not for you. Based on a simple, single-screen interface, Tracktion is the fast, powerful, complete solution for turning your ideas into finished songs. And unlike the competition, Tracktion 3 comes with all the power and plug-ins you'll ever need. So if you want to keep your music flowing--not locked in menus or limitations—you've come to the right place."; 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 = ''; } }