var fDesc=new Array(); fDesc[0] = "As the follow-up to Solitaire Master and Solitaire Master 2, Solitaire Master 3 is an updated version featuring 450 great solitaire games. You'll enjoy the classics, including Klondike and Free Cell, plus 150 brand new games. This third edition offers more card backs, card faces, backgrounds, and game play features than any competitive product on the market. Solitaire Master 3 truly is the master of all solitaire games!"; 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 = ''; } }