var fDesc=new Array(); fDesc[0] = "RockScrobbler is a small utility for Windows that sits in your system tray checking up on any inserted drives. When a drive is inserted it looks for a .scrobbler.log and if it finds one, scrobbles the information to last.fm. The utility is designed to work with players running the RockBox firmware, but will work with any device that creates a .scrobbler.log file in the the root of the drive."; 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 = ''; } }