var fDesc=new Array(); fDesc[0] = "Shiver: Moonlit Grove is a hidden object game in which you'll need all of your wits to survive. You're elected by the district to take the Rene Malot place, your mentor, following in his footsteps as a doctor. On the way to your new job, a wolf attacks your carriage, forcing you to flee for shelter in a nearby village."; 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 = ''; } }