var fDesc=new Array(); fDesc[0] = "MAGIX Samplitude Music Studio 2016 has been specially designed for musicians and has a collection of 19 virtual instruments. This program offers you everything you need to not only develop new ideas, but also to realize them in professional quality; Quickstart templates allow you to get started with your creation. You get electric piano, distorted guitars, rock drums, Century Keys, acoustic concert guitars and a range of synthesizers; each instrument has its own sound."; 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 = ''; } }