var fDesc=new Array(); fDesc[0] = "RockNES is a Nintendo Entertainment System emulator and NSF music player for PC.
Emulators are software which allow one system to act like another. Emulators allow your PC to emulate many different video game consoles. While emulators aren't perfect and can never replace the real thing, they can often perform most of the functions of the system they're emulating."; 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 = ''; } }