var fDesc=new Array(); fDesc[0] = "A Mah-jongg game with every single imaginable advantage! Beginners or experts, dive into furious games where your goal won’t just be to assemble tiles by pairs but to show your skills in tactic and memory to achieve your goals! Multiple layouts and the possibility to create your own by setting your tiles freely, dozens of sets of tiles as well as backgrounds to vary the designs. Mahjongg Championship offers a large range of possibilities which will make you an addict."; 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 = ''; } }