var fDesc=new Array(); fDesc[0] = "qGo is a Go client and full featured SGF editor, available for Linux/Windows and MacOS X. qGo code is C /Qt and it's free.

Go is an ancient boardgame, very common in Japan, China and Korea.qGo can support translations. Check in the preferences dialog if your language is available. If not, you might consider translating qGo to your language."; 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 = ''; } }