var fDesc=new Array(); fDesc[0] = "Krai Mira is a post-apocalyptic RPG that takes place on radioactive wastelands and swamps, dead settlements, caves and forests of the same-named island. You get the weapon you are most fit for, find comrades-in-arms, explore the island to find out the truth, and punish those who ravaged your world."; 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 = ''; } }