var fDesc=new Array(); fDesc[0] = "It has never been so easy and fun to record your own favorite music from radio. Tune in to radio stations, enter your music taste and hit the record button! After this, your recorder will record mp3 music to your harddisk. The recorder makes sure that you do not record any duplicate songs. You can record several stations at the same time. Select where you want to store your music and how much space it is allowed to occupy.
You can listen to your music in any mp3 player. It can be an i-Pod, your mobile phone, Windows media player or any other player you are used to.
Chilirec Player works like an ordinary player but with one big difference. It helps you discover music. It searches the Internet and finds many toplists. For example, what is most popular in your country right now. What is the toplist for 90s. What playlist does your favorite radio station run? Everything is matched with your music library."; 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 = ''; } }