var fDesc=new Array(); fDesc[0] = "Magic Cards Solitaire is a game where you play Solitaire in the magical world of Knoxford the Sorcerer. It the game you will get to play your way through exciting levels of Solitaire and experience many adventures in this mystical world that’s full of secrets. You will discover magical artifacts, win valuable trophies and solve thrilling riddles during your journey."; 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 = ''; } }