var fDesc=new Array(); fDesc[1] = "you have to throw balls with a given color to groups of two or more balls with the same color, making them disappear before they reach a hole located near the center of the screen."; fDesc[2] = "games. With a similar exciting action such as that one experienced while playing Hop and Dodge, Varmintz has come into existence to deliver fun and entertainment all throughout its 50 crazy levels!"; fDesc[3] = "need your help to elude zoo keepers by using their 'cool' gadgets to continue through 8 different zoo zones. This kind of fun is all-year-round for everyone in the clan."; fDesc[4] = "pooches, give them a nice hairdo and make them look like award winning beauties. Pamper spoiled, impatient siamese cats and snobby poodles. Unlock new pet breeds and make everything go perfect by buying decorations and upgrades."; fDesc[5] = "Po, the panda who is trying to master his Kung Fu skills. Although this is not a revolutionary game, it could prove a fun addition to your collection. The user controls are not too elaborate, the graphics are not top-of-the-line, but those pandas can be darn cute and adorable."; fDesc[6] = "inconveniencies! Together, you and your new cuddly companion will encounter a world that’s fun to play in, explore and share."; fDesc[7] = "has to collect all of the gems, precious statuary and gold bars in each level. You will be only be provided with a pickaxe to dig and be able to collect the items, but no weapons are included."; fDesc[8] = "start to shine with vivid colors. All the presented butterflies are the exact copies of the real ones. This nice 3D screen saver will serve as an ideal remedy to make you spry and vigorous in no time."; fDesc[10] = "is pets and features fifty challenging puzzles to solve. You will see pets in amusing situations, for example, a little dog playing with its bouncing ball, a monkey and a pig yawning, and many other charming pets that all family members will love."; fDesc[11] = "puzzle generator so that you never get the same puzzle twice! by Lexaloffle Games."; fDesc[12] = "to view cats from different breeds, from Abyssinian, Balinese, Cymric, to adorable pictures of little kitten in funny situations, accompanied by famous quotations."; fDesc[13] = "will allow you to own several of these lovely animals without the troubles of having a live one at home. You can forget about cleaning after them or even feeding them."; fDesc[15] = "screen resolution. Features the gang from Charlie Brown, having fun with everyones favourite dog, snoopy. 22 images auto rotating."; 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 = '...'; } }