var fDesc=new Array(); fDesc[0] = "A replacement installer (setup program) for Escape From Monkey Island. The installer that comes with the game can be problematic with newer versions of Windows and refuses to work at all on 64 bit Windows. This installer works on both 32 bit and 64 bit versions of Windows and has been tested on Windows XP, Vista and Windows 7. It should work fine with all Windows versions though."; 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 = ''; } }