var fDesc=new Array(); fDesc[0] = "Connect an Amiga with one or more PCs, and access Amiga resources (e.g. files, floppy and hard disk images, ROM transfer, etc.) from the Windows desktop. Features a revolutionary self-install technology that requires no additional Amiga software (PC filing system, terminal software, etc.) Supports serial and TCP/IP connections, including Bluetooth and Wi-Fi. Available in a standalone package or as part of Amiga Forever."; 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 = ''; } }