var fDesc=new Array(); fDesc[0] = "FS-UAE is an Amiga hardware emulation tool with support for A500, A500 , A600, A1200, A1000, A3000 and A4000 models. You can also tweak the hardware configuration and create customized Amigas. Integration with the Open Amiga Game Database (OAGD) allows FS-UAE to scan your Amiga game files and automatically create entries (with covers and screenshots) for recognized ADF, IPF and WHDLoad games; no manual configuration is needed."; 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 = ''; } }