var fDesc=new Array(); fDesc[0] = "Avalon Legends Solitaire 2 is a Solitaire cards game with a magical theme. The fate of Camelot is in your hands. The Druids of Avalon channel the forces of nature through their magic cards, using them to weave powerful spells of growth and healing. There are rules to their magic, however, and the cards must be placed in the correct order by a careful hand in order to function."; 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 = ''; } }