var fDesc=new Array(); fDesc[0] = "Hu-Go! is a pc engine emulator, a wonderful little console with plenty of hits. The PC Engine is a 8-16 bits console which had quite a great success in Japan from 1986, roughly, until early 90's.
When coding Hu-Go!, it was used piece of code or inspiration from others emus. Xpce is the first of them, coded by Hmmx, this directX port of fpce was featuring an improved sprite handling and sound."; 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 = ''; } }