var fDesc=new Array(); fDesc[0] = "Groovedown is a simple download tool for Grooveshark website. The program enables you to download music from Grooveshark.

The program features an integrated updater (so you fetch changes over the air and are up to date without reinstalling). It provides a resizable graphical user interface, where the Search & Download filenames are separated."; 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 = ''; } }