var fDesc=new Array(); fDesc[0] = "Lapland Solitaire is an addictive gave where you can play Solitaire. You will play the game in the 25 days running up to and including Christmas. As you proceed you will unlock awesome powerups to help you on your way. In addition to powerups, you will also unlock new cards as you progress making the game even more festive."; 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 = ''; } }