var fDesc=new Array(); fDesc[0] = "MAGIX Music Maker Hip Hop Edition 4 provides you with everything you need to make your own Hip Hop songs. With more than 1,000 brand new sounds, loops and audio effects your PC will be turned into a virtual recording studio with record function and mixer. Without previous experience you can immediately get down to making real tracks. Everyone can find their sound, from East Coast samples and G-funk melodies to Gangsta rap beats and RnB rhythms."; 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 = ''; } }