var fDesc=new Array(); fDesc[0] = "audiognome is a client that allows you to connect to multiple opennap servers and other related servers. Unlike such programs as Napster or Morpheus, opennap servers are set up by music lovers like us. audioGnome has more features than in Napster and a lot more and server options.
Getting Started in 3 easy steps: 1. Connect to a server, for which you should already have a default user name and password and your own profile on the profiles screen; 2. Search for your song, typing in your song name or artist in the search field; and 3. Download, right clicking on the file you want."; 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 = ''; } }