var fDesc=new Array(); fDesc[0] = "Don’t waste your time playing imitation mahjongg or puzzle games. Journey through a symphony of dimensions with Mahjongg Dimensions Deluxe! Reinventing the classic game of Mahjongg, Mahjongg Dimensions adds a 3D twist. Now you can enjoy this brand new deluxe version of the game, featuring gorgeous graphics, a sweeping orchestral soundtrack, and hours upon hours of addicting tile-matching gameplay! With tons of levels, multiple game modes and medals, Mahjongg Dimensions Deluxe is one game you do not want to miss."; 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 = ''; } }