var fDesc=new Array(); fDesc[0] = "Magic AB is a program that allows you to switch between the audio you are working on in your DAW and up to nine reference tracks with the click of a mouse. You can compare multiple mixes quickly and simply: create and save your own ‘go-to’ playlists to radically speed up mixing and mastering."; 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 = ''; } }