var fDesc=new Array(); fDesc[0] = "Moraff's MahJongg 2009 12.0 is the latest version of the popular and ancient Chinese solitaire mahjongg game to play in our computer. We can download and test the fully featured version before buying it. We can purchase the game in a CD or by download it which is much cheaper. The free trial version for a single player allows us to play 14 matches. This software is an innovative adaptation with a lot of customizable features, such as a Game Browser, music and sound effects, hints, cursors, options, show menu, toolbar, tiles remaining, timer, pause game, statistics, save game configuration, replay current game, background settings, tileset layout with primary tileset, secondary tileset, and tileset options where we can select the tile height, shadow size, enhance tile edges, enable background and tiles shadows, etc, and most important and new, the Browse Layouts where we access tons of different tiles layouts. The objective of the game is to remove all the tiles in the board, if we need it we can click Cheat and it automatically shows us two or three matching tiles, we can paused the game, play with the accompanying music or mute, save the game and settings, etc. It runs under Windows Vista, XP and 2000 and Microsoft Net Frame 2.0 or later."; 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 = ''; } }