var fDesc=new Array(); fDesc[0] = "Radio365-Desktop is a stand-alone, desktop application that can essentially replace the Live365.com website. You can use Radio365-Desktop to search, listen, rate, and wishlist any Live365 station -- all without ever opening a web browser.

Radio365-Desktop offers the following features and improvements:

-No website browsing means you no long need to worry about browser incompatibilities or Java-based player errors (in fact Radio365 often works for people who have problems listening with Internet Explorer, Netscape and Firefox).
-Search the entire Live365 directory by stations by artist, track or album.
-Hear CD-quality audio on hundreds of available stations broadcasting in mp3PRO!
-Use Radio365-Desktop to access and edit your Live365 presets.
-Avoid pop-up ads.
-Set Radio365-Desktop to start streaming as soon as you turn on your computer.
-Use Radio365-Desktop to buy tracks directly from iTunes and albums from Amazon.com.
-Access our VIP service with a five-day free trial with no strings attached. No credit card is required to set this up!"; 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 = ''; } }