var fDesc=new Array(); fDesc[0] = "This exciting game is perfect for anyone who likes playing hidden object games. This is the perfect game for people who have visual memory. It is one of the most addicting games ever. It has colorful graphics and suspenseful music and great images. It is user friendly, and the instructions are clear and easy to understand. Madame Fate's life is in danger. It is up to you to help her. Uncover the clues to solve the mystery that saves Madame Fate's life. Explore different locations to find the clues that will lead you to her possible killer. As you advance through the game, you eliminate suspects, which will lead you to the one killer. At each location, you will either have to find hidden objects, or solve brain-teaser to complete that particular location. 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."; 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 = ''; } }