var fDesc=new Array(); fDesc[0] = "PiranhaGammon is an entirely free service for anyone who likes to play Backgammon online.
There are many gaming sites online, but either their software or membership is not for free, or the site is drowned in advertising, or the client software is very uncomfortable.
PiranhaGammon is an attempt to make a software from a players point of view, without advertising but with a lot of features that make the game online comfortable."; 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 = ''; } }