var fDesc=new Array(); fDesc[0] = "Nexus Checkers our older product, but still extremely popular, and widely used by checker players across the world.
Nexus is now compatible with ALL Windows operating systems including 95, 98, NT, 2000, Me, XP.
Release in 1999, Nexus is a fully featured and strong program, including a downloadable shareware version.
The Full version uses the 6 piece endgame database and has an opening database of around 180,000 positions.
Nexus requires only 32Mb of Memory (16Mb for Shareware version) and 60Mb of hard disk space. Hence if you are using an older PC, Nexus is the product for you."; 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 = ''; } }