var fDesc=new Array(); fDesc[0] = "Super Mah Jong Solitaire is a 3,000 years old game wich make's him one of the most popular games in history, now even more fun to play. You just have to match tiles in pairs to eliminate them from the board. But you have to be very careful, if remove the wrong tile will remain stuck without a move. It has a great variety of music, graphics and tile layouts wich make's him an awsome 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 = ''; } }