var fDesc=new Array(); fDesc[0] = "New Hidden Object game 3 Days: Zoo Mystery from Realore will plunge you in a mysterious detective stories' atmosphere. Find a stolen property, solve the enigmatic riddle and expose the villain with beautiful young Anna! You have only 3 days to unravel this complicated story, solve an old zoo mystery and help Anna and her uncle. Stop looking for a fascinating and dangerous adventure! It's already found you! Welcome to 3 Days: Zoo Mystery!"; 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 = ''; } }