var fDesc=new Array(); fDesc[0] = "There's nothing worse than finding your grandmother missing in her own house at the time you visit her. And when you tried to pursue someone that looks like the culprit, something else come take your sister away from you! [The Seawise Chronicles : Untamed Legacy] takes you into mystical places and meet unordinary characters while you try to collect clues and solve the mysteries of their missing."; 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 = ''; } }