var fDesc=new Array(); fDesc[0] = "Boat is a new and fun card game that let you play with another player face to face. Is a easy to use software that you can get it for free.

This game is played in partnership with the player on the opposite side of the screen. The deck consists of the normal suits, but without the twos, threes, and fours. Each suit starts at five and goes up to Ace. In addition, there is a Boat Card. The Boat card is the high trump."; 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 = ''; } }