var fDesc=new Array(); fDesc[0] = "GameBase is an Open Source "Emulator Frontend", released under the GNU General Public Licence. It is a program that attempts to make running games on various emulators very easy, so that you don't have to remember lots of command line parameters and config settings. GameBase is the Official Frontend for the GB64 Collection of C64 games. Supports virtually any emulator- Manages games, music, docs, screenshots and more- Stores multiple versions of games- Supports game re-zipping (saves highscores/savegames etc.)- Imports from RomCenter/TOSEC datafiles- Extensive database search/filtering engine- Links games to their precursors and sequels- Multi-language supportSupports virtually any emulator!GameBase isn't just suited to C64 games and emulators. Indeed you could create your own databases for as many emulation systems you like! GameBase supports virtually any emulator, past, present and future, by using a simple scripting language called GEMUS (Gamebase EMUlator Script). Most emulators will use the default script supplied by GameBase, so you will rarely need to bother with writing scripts at all!"; 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 = ''; } }