var fDesc=new Array(); fDesc[0] = "Basra is a Middle Eastern fishing game. A standard 52 card pack is used. There are four players, partners sit opposite each other. Each turn consists of playing one card face up to the floor and possibly capturing some of the cards that are there. Captured cards are placed face down in front of the player who captured them. If you play a card which does make a capture, you must make the capture."; 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 = ''; } }