var fDesc=new Array(); fDesc[0] = "Radiator is plugins accepting program for listening to and recording from popular radiocards AimsLab RadioTrack, RadioTrack II, Reveal RA300, SoundForte SF 16 FMP2, SoundForte SF16 - FMI, Aztech / Packard Bell, Comp - Express, GemTek RadioCard, SoundForte SF16 - FMR2, SoundForte SF16 - FMD2, Zoltrix RadioPlus 108, for serial port adapters GemTek RadioMan, GemTek Wizard Radio, Justy Radion-maru, Unit Rajikoma, AverMedia TV98 series (BT878), GemTek FMRadio 21 USB, SoundForte SF256-PCx Xtreme, SoundForte SF16-FMR, SoundForte SF16-FMX, DLINK USB radio DSB-R100 and more cards supported by plugins. It offers intuitive use, support of all key operations by hot keys, possibility to record in various sound quality using codecs including MP3 and WMA, mouse use include wheel, optional tray icon view, easy-to-use frequency editing and sorting stations, direct keyboard tuning, command-line switches, language modules support, ATI MMC integration, large range of languages etc."; 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 = ''; } }