var fDesc=new Array(); fDesc[0] = "Solitaire Egypt is a card game in which you will create a new metropolis. You can discover exciting and entertaining levels in Campaign Mode, and use your combo-counter to rack up points and important extras that will aid you on your quest to construct magnificent structures so beautiful that even the gods will offer assistance as you prove your progress and skill."; 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 = ''; } }