var fDesc=new Array(); fDesc[0] = "MagicEngine is a PC-Engine console emulator. This was quite an impressive machine, with good graphic capacities (16-bit video processor, 512 colors, 64 sprites) and a fast and powerful 8-bit CPU. It also had a very good game collection, with unique and high quality games. And even today some PC-Engine games are still without an equivalent on modern consoles."; 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 = ''; } }