var fDesc=new Array(); fDesc[0] = "Mountain Trap 2: Under the Cloak of Fear is a hidden object game for Windows users. A trip to the mysterious town of Wilshere reveals that several young women have mysteriously disappeared. The local sheriff has lost all hope in solving the case, and residents are afraid to leave their homes for fear of the looming threat of abduction. You must use your puzzle-solving skills and Hidden Object experience to help find the missing girls and save the city from these terrible threats."; 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 = ''; } }