var fDesc=new Array(); fDesc[0] = "MAGIX Music Studio 2 is a powerful solution for music production that enables you to create professional songs on your computer. The program allows you to record, mix and compose music. It contains a mixer with up to 64 channels for audio and MIDI, it has VST support for extra instruments and effects."; 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 = ''; } }