var fDesc=new Array(); fDesc[0] = "3d Mahjongg Deluxe is a classic game of MahJongg Solitaire.
In this type of mahjong, the player is faceing with a pile of tiles decorated with dozens upon dozens of unique images. The goal is to remove tiles a pair at a time, selecting only pieces with open edges (sides that do not border other pieces).
Which tiles the player removes becomes important when their mahjong stack grows intricate, creating a subtle strategy that's important to the puzzle experience."; 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 = ''; } }