var fDesc=new Array(); fDesc[0] = "CompliCat Four Rivers is a version of the Chinese Shihen Sho. The traditional tiles and symbols were replaced with beautiful images with Cats, Animals, Flowers, Birds, Fruits&Vegetables.
The goal of the four rivers game is to eliminate all the tiles on the board and to achieve a high score to enter to Hall of Fame. The beautiful tiles are shuffled at the beginning of the game. All the games are solvable by the user."; 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 = ''; } }