var fDesc=new Array(); fDesc[0] = "Burraco is a very beautiful game, with apparent characteristics of simplicity, however with
implications often unforeseeable and absolutely involving.

Burraco is played with two decks of French playing cards with the Jokers (108 cards), distributing eleven cards to each player one by one.

In a table's corner are placed two piles of eleven cards, dealt one by one, called Pots.
Remaining cards, face down, make the Stock."; 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 = ''; } }