var fDesc=new Array(); fDesc[0] = "FCE Ultra is an open-source, portable NES/Famicom emulator based on Bero's FCE source code. It has excellent sound emulation and support for a wide variety of in-cart expansion hardware("mappers"). PPU/CPU timing is good(in comparison to *most* other NES emulators, which are rated poor in this area). Several VS Unisystem games are supported well. Interesting features include emulation of the Zapper and VS Unisystem light gun via the mouse, and "authentic" Game Genie emulation."; 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 = ''; } }