var fDesc=new Array(); fDesc[0] = "Samplitude® 11.5 Producer transfers an entire recording studio onto your PC and offers an easy start into the world of professional music production – whether at home, in rehearsal space or in the project studio. From multi-track recording, audio editing and composition to mixing and CD mastering. Whatever you have planned, your music is the focus!"; 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 = ''; } }