var fDesc=new Array(); fDesc[0] = "The game Renzu (modified) - Sports desktop logical game. Invented in China. Played by two opponents, one black chips, his opponent - white. A number of chips limited the opponent turns over chips and chips to become a player make a move. The one whose chips is greater than the time of filling the board, or the inability of moves. The game has 4 levels of difficulty (2 sizes board and on / off mode "intellect")."; 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 = ''; } }