var fDesc=new Array(); fDesc[0] = "MAGIX Music Maker is a powerful yet easy to use music producer that allows you record, edit and mix songs, sounds and loops quickly with the instruments selected. With this incredible program you can combine your sounds, loops and MIDI data on up to 64 channels to complete your song. A great thing about this program is that the instruments sound just like the original with unique fade behavior, up to 11 volume levels, string resonance, sliding string sounds and much more."; 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 = ''; } }