var fDesc=new Array(); fDesc[0] = "A fun and exciting new way to play solitaire games- with potions! Sorceress Solitaire plays just like regular solitaire (with variations like Klondike, Freecell, Spider and more). Whenever you want, you can activate a potion. These help you to finish the game, and vary from revealing hidden cards, to burning any card to get instant access to it! They add a lot of fun to the game, and a well timed potion can make the difference between finishing a game, or giving up in frustration. With 7 different games to play, and 4 different potions, Sorceress Solitaire is a fun an exciting new way to play solitaire."; 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 = ''; } }