var fDesc=new Array(); fDesc[0] = "MAGIX Music Studio 2016 is a nice starter solution for music producers at any level. Record on multiple tracks, mix with high-quality tools and easily integrate hardware controllers: MAGIX Music Studio 2016 supports you right down the line. A small home studio for those who want to make it big. The technology used is based on the Samplitude product line that was developed and used by professional sound engineers and producers all over the world."; 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 = ''; } }