var fDesc=new Array(); fDesc[0] = "Pirate's Solitaire 3 is a classic solitaire with a new and unique mechanic. You will collect pairs of cards by using bonuses: mulligan, shuffle and joker. Any card on the table provides a reward, and a special multiplier can make it far more valuable. You can use various bonuses, collect bonus cards and 15 colorful trophies, and more."; 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 = ''; } }