var fDesc=new Array(); fDesc[0] = "OGS Mahjong is a simple mahjong solitaire game with 3D graphics and relaxing soundtrack. The game has camera animations and dynamic camera (cursor tracking) and support for multiple tilesets. It contains 3 game modes: Mahjong Solitaire, Shisen-sho and Shisen-sho with gravity."; 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 = ''; } }