var fDesc=new Array(); fDesc[0] = "The residents of a distant planet lived happily and peacefully million years. Once everything was changed. The planet was attacked by evil monsters who stole the main value - the planet talisman, which was handed down from one generation to another, was the protector of all living in this planet - the Light Stone. It was split into hundred parts and scattered all over the different planets. The best warrior was chosen for the mission to save the Light Stone, who should pass through the labyrinth of various planets to return the talisman..."; 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 = ''; } }