var fDesc=new Array(); fDesc[0] = "PANDA-gGo is a Go board, SGF editor, client for the Internet Go Server and an interface for playing with GNU Go. Go is an ancient boardgame, very common in Japan, China and Korea.
gGo supports reading of games in the XML format as specified in Jago.
gGo supports Drag and Drop on Windows. You can drag a SGF file over the board to load the game."; 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 = ''; } }