var fDesc=new Array(); fDesc[0] = "Quick64! is a Windows Shell-Extension utility for Commodore 64 games. With it, you can run your C64 games quickly and easily in the emulator of your choice.Quick64! can be used in a variety of ways: You can either double-click a C64 game-file in Windows Explorer, right-click it and select whether to play it in your favourite emulator or view the game-file's contents from the Windows context-menu, or drag a C64 game into Quick64!'s Viewport to see it's contents."; 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 = ''; } }