var fDesc=new Array(); fDesc[0] = "Shisen is a popular japanese board game, which is played with the chinese mahjongg tiles. Similar to mahjongg the goal of Shisen is to remove all tiles from the board as fast as possible.

Shisen for Java is a platform independant implementation of Shisen. Using the Java technology from Sun Microsystems Shisen for Java will run on most operating systems like OS/2, Linux, Windows and MacOSX."; 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 = ''; } }