var fDesc=new Array(); fDesc[0] = "Yeti Legend: Mystery of the forest is a hidden object game in which you will reveal the truth about Bigfoot together with Linda. You will join Linda in her exploration of the picturesque locations and take care of the animals that are trapped in the laboratory. There are numerous animals that are waiting for your help, so cope with the tasks, examine evidence and unlock next locations to get closer to the truth and save them."; 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 = ''; } }