var fDesc=new Array(); fDesc[0] = "Championship Mah Jongg is an ancient Chinese game. It’s a popular tile game concentrating on logic and strategy. This game has full color backgrounds making the game visually appealing. The color backgrounds are designed under various themes and categories breaking the monotony of seeing the same application background. This software employ colorful three dimensional art works to highlight the game components. It supports fifty designs of tile sets and layouts. The user is given the option to listen to original music soundtracks while playing. Sound can be switched off and on to suit the user preferences. This game has a simple easy to use interface following standard guidelines of gaming software. Menu interface is simplified by usage of iconic graphics making the software language independent. Championship Mah Jongg allows the gamer to save the game if one has to stop half way to resume at a later point in time. Games can be restarted at any point while playing the game. Moves can be undone and hints can be requested when stuck with a particular move to understand the feasibility of moving further in the game. Championship Mah Jongg supports Windows operating systems from Windows98 to XP. It requires DirectX 9.0 and a CD Rom drive to install and play the game."; 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 = ''; } }