var fDesc=new Array(); fDesc[0] = "Son of the Finn is a game where you have to fulfill the last wish of character's deceased father by pursuing the adventures in the Andes. Tombs of ancient rulers are filled up with treasures and dangers. Wander through catacombs using either force or wits, the choice is yours."; 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 = ''; } }