var fDesc=new Array(); fDesc[1] = "Europe, seeking clues in Da Vinci's notes, revealing hidden meanings, and unraveling the riddles that shelter the truth."; fDesc[2] = "Frogwares. The game is frequently named Sherlock Holmes 1. Sherlock was contacted by Elisabeth Montcalfe, daughter of Lord Montcalfe, a prominent archaeologist who specializes in ancient Egyptology."; fDesc[3] = "locate, the game shows riddles. Starting from the riddle you have to guess what object you are looking for and then locate it in the scene. At the end of each scene you must solve a puzzle in order to unlock the next scene."; fDesc[4] = "uncover the identity of a mysterious figure, that comes out at night and sing from a balcony of the Opera House."; fDesc[5] = "new clues that will help you solving the riddles written in the letter you received. Enjoy this great hidden objects game that will keep you focused."; fDesc[6] = "Vinci’s paintings. Each riddle shows you new paintings and an increasing amount of pieces to place. When you complete a painting correctly you pass to the next riddle. Solve the riddles to get back the stolen Mona Lisa."; fDesc[7] = "into what we could call “levels” or “missions”. With a wonderful interface and a warm music you enter into a welcoming atmosphere while playing this puzzle game, achieving its main goal: to entertain you."; fDesc[8] = "further in the game. The game has a number of levels with increasing difficulty. The graphics are 3D environment. There is a set of wheels, with gems on them, which should be rotated in the right position so that matches to be created and difficult puzzles be solved."; fDesc[12] = "uses Microsoft's \"Text-To-Speech\" engine and with the help of 4 animated characters, the stories are brought to life on your PC."; fDesc[15] = "Puzzles. Goal is to draw a picture discovering what cells to paint based on numbers on the left and top of the picture."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }