var fDesc=new Array(); fDesc[0] = "Your music everywhere! MAGIX Music Manager 2006 stands for mobile music and new trends like podcasting - for songs and sounds that accompany you anytime, anywhere. The perfect solution for music, whether it's from the Internet or from CD, for your hard disk, MP3 players and all mobile devices: Compile and burn complete music collections at the touch of a button. It works for every musical genre."; 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 = ''; } }