var fDesc=new Array(); fDesc[0] = "Mahjongg is an ancient Chinese game of solitaire consisting of 144 tiles. The goal is to clear the board by removing all of the 144 tiles from the board in matching pairs. 3D Magic Mah Jongg presents the classic Mah Jong Solitaire tile matching game with dynamic lighting and a tranquil multi-layered soundtrack. The Holidays Edition contains all this fun: 60 new Board Layouts, 9 special Holiday and Seasons Sceneries and Tile Sets (Easter, Christmas, 4th of July, Spring, Halloween, Summer, Valentines, Winter)."; 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 = ''; } }