var fDesc=new Array(); fDesc[0] = "FreeCell Wizard is a solitaire game that includes the popular game FreeCell and 15 other similar games, such as Sea(haven) Towers, Double FreeCell, and Penguin. It features lush graphics, large easy-to-read cards, sound, in-depth statistics, and a wizard that allows you to create your own freecell type solitaire games. FreeCell Wizard game numbers are compatible with the game numbers in Windows FreeCell."; 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 = ''; } }