var fDesc=new Array(); fDesc[0] = "SharkEar is a free Windows application that embeds the GrooveShark website, thus enabling some nifty features like: global hotkeys, display artist - song title in the window title and memory consumption enhancements.
Main Features:
Global hotkeys that of course work outside the application.
Artist - song name are updated in the window title so you can see them even when just hovering over the icon in the task bar."; 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 = ''; } }