var fDesc=new Array(); fDesc[0] = "FATHOM IT! v1.2 (ASP) - Fathom It!, a logical puzzle, is a fascinating Windows version of GAMES Magazine's column "Battleships". Unlike the classic pencil-and-paper game of battleship, Fathom It! boards are solved using logical deduction only. You'll find Fathom It! board solutions have a chess-like beauty. Try solving a Fathom It! board or two and see why. Registered version comes with 32,000 boards, divided into easy, intermediate, hard and expert categories. Has automatic board solver. Windows 3.x and up, with color/gray scale/monochrome display modes. Resizes up to entire screen, ideal for vision-impaired users."; 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 = ''; } }