var fDesc=new Array(); fDesc[0] = "An easy to play version of the Solitaire card game 'Klondike' with pictures of the actress Sarah Michelle Gellar ('Buffy - The Vampire Slayer') in the face cards. 3 languages: English, Deutsch and Norwegian. Buffy sounds (Giles' 'The Chosen One' when victorius), customizable backgrounds (use your own .jpgs), 5 different card backs available, one card or three cards draw, sound optional, 8 different card colors. 2 set of images available. Visit the games homepage for free Sarah Michelle Gellar cardsets to several Solitaire games, tilesets to tile-matching solitaire MahJongg games, sets to Memory games, jigsaw puzzles. Also available are a java online Klondike card game with pictures of 'our heroine'. Also a cardset to .rkp compatible Solitaire games with pictures of the actress Lucy Lawless ('Xena - The Warrior Princess')"; 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 = ''; } }