var fDesc=new Array(); fDesc[0] = "Chipamp is a free bundle of existing plugins for Winamp that lets you play a variety of chiptune and tracker formats, including music from classic game consoles like the NES, SNES, Sega Genesis, Gameboy and Playstation. It creates registry entries that associate chiptune files with Winamp, so that you can simply double-click an NSF or SPC and have it launch automatically."; 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 = ''; } }