var fDesc=new Array(); fDesc[0] = "Radio Spider.net is a nice and easy to manipulate software with many features:

- Allow for un-attended downloads of most all radio programs that you need to download from websites or FTP sites
- Will logon to most all websites and FTP sites with your username and passwords
- Set it up once and forget it
- It will replace your audio cuts in your automation system
- Downloads files on specific days of the week
- Downloads files at the time you instruct it to

- Retry failed downloads incase of internet issues
- Converts downloaded files from MP3 to WAV"; 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 = ''; } }