var fDesc=new Array(); fDesc[1] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available."; fDesc[2] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages."; fDesc[3] = "sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your dino with a treat after each trick, buy clothes and dress up your dinos, zoom in, zoom out, tilt and rotate in real 3D."; fDesc[4] = "paranormal storyline from the first game, with new twists. The game's atmosphere is so good, you heart WILL stop while playing it, this is a scary and fun game."; fDesc[5] = "screensaver takes you back into the cretaceous and jurassic period and reminds you of these giant creatures that used to rule the earth at that time."; fDesc[6] = "astonishingly evil voices, like that of a Lich Lord, Goblin, Wraith, and many more. Basically this tool doubles the fun of the MorphVOX Voice Changer Software, and serves as an add-on utility, rendering amazingly funny sounds to all its users."; fDesc[8] = "your puppy to sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your puppy with a treat after each trick, buy clothes and dress up your puppies, zoom in, zoom out, tilt and rotate in real 3D."; fDesc[9] = "anyone that dares to pass by your computer, fell the ambience of Halloween. Probably your kids will love it more than you."; fDesc[10] = "computer. When the PC goes idle, your screen starts to distort and to produce some eerie noises. All of a sudden, you see the screen shining and light coming out of it. In that moment a pair of hands appear and start hitting the screen FROM THE INSIDE!"; fDesc[13] = "feed, clean, sleep, health, make happy, etc. You can reward your kitten with a treat after each trick, buy clothes and dress up your kitties, zoom in, zoom out, tilt and rotate in real 3D."; fDesc[14] = ", hidden beneath 32 gravestones before you run out of time."; fDesc[15] = "or higher required."; 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 = '...'; } }