var fDesc=new Array(); fDesc[0] = "Kartu 13 Cap Sa is a fun, interesting and entertaining free card game. This game is similar to that just a 5-card poker,
but with 13 cards, divided into three formations. You will have to match scores with your opponent , make different and better formations and win the 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 = ''; } }