var fDesc=new Array(); fDesc[0] = "Griffin radioSHARK allows you to play, pause, and record live radio on your PC.Please note that this software requires the radioSHARK hardware to function.
The RadioSHARK can record any AM or FM radio broadcast in real time.iIt can also corrected a problem where tuning from FM to AM would sometimes mute audio."; 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 = ''; } }