var fDesc=new Array(); fDesc[0] = "Mystika 3: Awakening of the Dragons is a match-three game for Windows users. The world of Lumina is in danger because thieves have stolen the four Elemental eggs. The Queen of the Darkness needs your help to bring them back before the Awakening of the Dragons. A fantastic journey awaits you through 200 magic levels. You must defeat your enemies with powerful spells and find enough gold to restore Lumina."; 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 = ''; } }