var fDesc=new Array(); fDesc[0] = "WinHonte is an application for playing go, and for viewing go game files saved in the SGF format. You can play against WinHonte at six different levels of difficulty and with handicaps of up to thirteen stones. WinHonte supports both territory-based and area-based scoring, as well as in-game evaluations. WinHonte can also be set up to play against itself."; 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 = ''; } }