var fDesc=new Array(); fDesc[0] = "Flash Music Hunter,is the ultimate web MP3 song recorder. It work great with online music sites such as MySpace, Rhapsody, Yahoo Music, Pandora, or online radio like SHOUITcast.It allows you to record sound direct to Mp3 file,no tempory wav file involved. All songs recorded were high quality and sounded exactly like the original files.

Main features:
- Can record music from online music sites such as MySpace,Rhapsody, Yahoo Music, Pandora, or online radio like SHOUITcast.
- Preserves the original encoded audio data without re-encoding for maximum sound quality
- Allows you to record sound direct to Mp3 file,no tempory wav file involved, saving your hard disk life
- Can record any number of music streams in parallel"; 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 = ''; } }