var fDesc=new Array(); fDesc[0] = "Miss Teri Tale: Where's Jason is a hidden object game in which someone has kidnapped poor little Jason, a prize winning show dog, and it`s up to you to find the culprit. You are a famous mystery writer and your mission is to get to the bottom of this tragedy before a mysterious blackmailer pins the crime on an innocent person."; 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 = ''; } }