var fDesc=new Array(); fDesc[0] = "MAGIX Music Maker Rock Edition 4 provides you with everything you need to make your own rock songs! With more than 1,000 brand new sounds, riffs and audio effects your PC will be turned into a recording studio with record function and mixer.
Without any prior knowledge you can make your own rock sound: with drums, vocals and guitar loops you can make new songs in no time at all."; 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 = ''; } }