var fDesc=new Array(); fDesc[0] = "Mahjong Fortuna 2 Deluxe will help you to get to know yourself. It is not just the serene sense of tranquility that will descend upon you as you play this game, lost in deep thought; you will also explore the world of self-knowledge. Information about your horoscope, element, birth stone, birth flower and the Celtic Tree of Life, as well as those of your friends and loved ones, are your reward in this mysterious game that will provide hours of gameplay fun."; 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 = ''; } }