var fDesc=new Array(); fDesc[0] = "Solitaire Christmas Match 2 Cards is an arcade card game. Discover a holiday card game filled with the joyful spirit of the holidays. The anticipation of Christmas miracles and 120 unique levels form a winning combination for fans of classic solitaire."; 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 = ''; } }