var fDesc=new Array(); fDesc[0] = "Sit back and relax with a few hands of Solitaire or Crazy Eights. Or finally master the art of Bridge or Pinochle. Bicycle Card Games gives you plenty of fun and easy ways to take a break. Your favorite card games are here: Bridge, Hearts, Cribbage, Spades, Solitaire (a whopping 15 versions!) and many others. The animated characters can help you with the rules and strategies of the games you've always wanted to learn to play. Match your wits against any of the 12 unique and entertaining characters."; 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 = ''; } }