var fDesc=new Array(); fDesc[0] = "JukeRec is an Internet radio recorder application. With JukeRec, you can manually start and stop a recording and save it into your library. It lets you record sound without running out of memory as long as there's enough space on your hard disk.

The main advantage of using an Internet radio recorder is that you do not need to worry about infringing copyright."; 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 = ''; } }