var fDesc=new Array(); fDesc[0] = "Hit-Recorder is the simplest way to obtain free and legally thousands of music files in shortest time. By the automatic admission of many internet radio stations your music collecting grows automatically; Hit-Recorder takes up to 20 records the same time as MP3, OGG, WAV or WMA and save this records to hdd, usb-stick, iPod/iPhone, PlayStation Portable, PDA or Smartphone. So you have hundred MP3's on your disk after a few hours, without using obscure file-sharing networks. But that's not all! A filter takes care of songs from your favorite artist and a scheduler offers the opportunity to record a certain program. Edit your new songs with the professional audio editor, create music or data CD's, copy it on your USB stick, iPod/iPhone or PlayStation Portable"; 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 = ''; } }