var fDesc=new Array(); fDesc[1] = "by FreeGamePick.com. In this game, you must throw scarabs at groups of three or more of same-colored tiles that will appear from the top of the screen."; fDesc[2] = "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[3] = "colourful gems to create combos that will shatter the golden tiles! Complete the level before all the sand has run to the bottom bulb of the hourglass or take your time in the Relaxed game mode."; fDesc[6] = "picked color code to clipboard. If starting a design project, AIColorPicker is an absolute gem. This color picker gets you up close with a built-in magnifier, grabbing palettes of up to 16 colors at once.Control it from the keyboard and grab up to 16 colors at once. See color in RGB and HSL and get websafe info. Consistantly the most popular free color picker on the web, this version offers more choices to easily and effectivly create color palettes.It can show Hue, Saturation and Brightness values."; fDesc[7] = "one gem in order to form lines of 5 or more gems."; fDesc[10] = "gems and find ways to combine gem images so as to get bonuses. Score points and enjoy the relaxing atmosphere of the game."; fDesc[11] = "Advanced features include batch format conversion; annotations, thumbnailing; screen capture, painting, slideshow and more!"; fDesc[12] = "carefully crafted levels, elegant gameplay and relaxing atmosphere, everything you need for the perfect puzzle solving experience!"; fDesc[13] = "(by a separating character such as a space, comma or other character) and placed into the correct number of new fields. Access 2000 or higher."; fDesc[14] = "more, horizontally, vertically or diagonally to make them break apart and disappear from the playfield. 100% Mouse controlled!"; fDesc[17] = "presentation software! Download a demo of our analysis and plotting software!"; fDesc[18] = "good relax. Original music, a lot of options, three skill levels, the possibility to publish best results!"; 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 = '...'; } }