var fDesc=new Array(); fDesc[0] = "DinerTown Detective Agency™ is a hidden object game. It continues the series about adventures in DinerTown. This game can work on Windows and Mac OS X.

Something is not right in DinerTown! Help Bernie the Bookworm become a "real detective"! Hunt for vital clues in major mysteries like "who stuck their finger in all the jelly donuts?" and "who’s been partying like a rock star with the zoo animals?" Use the items you find in the crime scenes to narrow your list of suspects and ID the culprits. You will search out the fun in DinerTown Detective Agency, a lighthearted spoof on traditional hidden object games."; 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 = ''; } }