var fDesc=new Array(); fDesc[0] = "This exciting game is perfect for anyone who likes playing find and seek games. This is the perfect game for people who have visual memory. It is one of the most addicting games ever. Once you start playing, you simply can't stop. It has colorful graphics and suspenseful music and sound effects. It is user friendly, and the instructions are clear and easy to understand. An old diary has been discovered. The problem is that most of its pages have been torn out. You must find the missing objects in the different rooms to unlock their doors and retrieve the missing diary pages. In each room, you will either have to find hidden objects, or solve brain-teaser to complete that particular room. Be careful, there are objects hidden in other object. You have to have a keen eye and good memory to find everything you are looking for. But here’s the catch, you are timed. You have a short timeframe to find all of the hidden objects, if you don’t make it in time, you loose. Be very careful and keep your eyes wide open."; 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 = ''; } }