var fDesc=new Array(); fDesc[0] = "Have magical fun in the addicting Card game, Faerie Solitaire! Find and raise a faerie pet and repopulate the magical land of Avalon using the resources found by clearing each level.
Earn enough gold to purchase unique powerups and specialized upgrades, making each stage a breeze. Chain together combos to fill up your energy meter and save the faeries!"; 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 = ''; } }