var fDesc=new Array(); fDesc[0] = "Take a break today with this fantastic collection of solitaire games featuring an original twist! Choose from ten of your favorite solitaire variations including Klondike, Tri-Peaks, Pyramid, Spider and more! Play a relaxing game of card-matching, or try the all-new Challenge mode that puts a brain-bending spin on classic fun! Use the Online Global Statistics Ticker to compare your solitaire stats, including longest win-streak, winning percentage and more, with GameHouse Solitaire Challenge players from all over the world. Whether you're looking to relax with a soothing game of cards, face a perplexing challenge, or go for global bragging rights, GameHouse Solitaire Challenge is a unique take on classic family fun!"; 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 = ''; } }