var fDesc=new Array(); fDesc[2] = "tool. It has all in its magic box what you may expect from this tool and even it provides you beyond your expectation. So let’s discuss what it has in its magic box. It’s Scan and fix capability gives you two options to scan your system’s registry."; fDesc[3] = "logic and puzzle games that will test your skills.You will spend hours of entertainment, you will never get tired of playing a single game again. You have 101 game to choose from!"; fDesc[4] = "similar pieces. By this you will be creating jewelry in order to start over your uncles jewelry store and continue the family tradition. The game has 3 different modes, easy, medium and hard."; fDesc[5] = "words and spelling. Sandscript has all a game needs to be appealing, a nice storyline, excellent gameplay and beautiful graphics. If you are a word games lover, you should have this game in your collection."; fDesc[6] = "catch them, when you get the goal amount of coins you will finish the stage and receive a secret gem. Be careful not to hit blocks with less than 3 similar gems or you will be creating stones that can not be removed from screen."; fDesc[7] = "the challenge. Break your mind to place gems in groups of three or more identical gems in order to collect them and clear all the tiles and stones where they are placed."; fDesc[15] = "redundancies. They are displayed visually and include tools to automatically correct any errors."; fDesc[18] = "you based on your Sun Sign, Moon Sign and your Birth Month. Gemstones have fascinated human beings since the ancient ages. Ornamental stones are collectively termed as Gemstones or Birthstones and all these minute, glittering stones possess certain attributes like their color, beauty, shape, rarity, durability. Apart from these properties, astral gems, with the help of their curative powers are also known to enhance the psychic abilities of a person and to waive off the malefic effects of planets if they are worn in the form of birth stones. Moreover, the birth stone should be set in the right metal and with the right weight. The reason for wearing it with the right metal and in right weight is, each gem, with its constant source of specific rays, gives rise to constructive vibrations that have therapeutic powers. Hence wearing your appropriate birth stone will always bring you good..."; 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 = '...'; } }