var fDesc=new Array(); fDesc[0] = "Zelda Oni Link Begins is a PSP port for the second game in the Zelda trilogy. First in the trilogy is Return of the Hylian, and third is Time to Triumph.
Features:
- it has a wide screen (480x272) or normal (320x240) mode
- it is written in C and SDL
- it works on PSP's with capable firmware
- it was tested on a PSP Slim 2000 with 5.50 GEN-D3 firmware and 6.35 CFW"; 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 = ''; } }