var fDesc=new Array(); fDesc[0] = "MAGIX Webradio deluxe is a powerful yet easy to use application that allows you to listen to web radio, record, and burn songs easily and fast. This incredible software includes more than 3,000 stations and just keeps growing. With MAGIX AudioID you can find information like song title, artist, or album at the touch of a button and sort everything automatically in the internal database. Moreover, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. A great thing about this software is that the radio programs you recorded are cut only virtually and can be played, burned, or exported to a portable player as separate track. What is more, the new MAGIX ProAudio Sound has a noticeably better sound with effects such as maximizer, stereo broadcast, brilliance, reverb and much more. In addition to this, with MAGIX Podcast MAKER you can create and publish your own podcast shows in three easy steps such as record your voice, enhance the sound quality, and let the world listen."; 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 = ''; } }