var fDesc=new Array(); fDesc[0] = "Big Two is popular poker game in Taiwan. SimPy Big Two is simple big two game using Taiwan Big Two rule. It's coded by python and pygame. The only exception is the Two of Spades, Hearts, Clubs, Diamonds are considered the biggest in the deck of 52 cards. This is reflected in the name of the card game."; 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 = ''; } }