var fDesc=new Array(); fDesc[0] = "Audacious is an open source audio player. A descendant of XMMS, Audacious plays your music how you want it, without using much CPU resource. You can drag and drop folders and individual song files, search for artists and albums in your entire music library, or create and edit your own custom playlists. You can also listen to CD’s or stream music from the Internet. It lest you tweak the sound with the graphical equalizer or experiment with LADSPA effects."; 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 = ''; } }