var fDesc=new Array(); fDesc[0] = "Dragon plays international (10x10) draughts. It offers15+ different playing levels, from beginner to world champion level. Tutor mode, warning you when you make a mistake. Simultaneous analyses of all moves in a position. Automated analyses of games. Nederlands/English/Francaise/Lithuanian/Russian language interface. Opening book (150000 positions), selective search, optimal play endgame databases, native PDN support, makes full use of modern multicore 64-bit processors (32 bit also works)."; 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 = ''; } }