var fDesc=new Array(); fDesc[1] = "beginning, but as you keep on advancing you will notice that the difficulty will increase. The game has great graphics, nice music and sound effects and is very funny and entertaining."; fDesc[2] = "create your very own created photo cards for different purposes from announcements to invitation card from holiday cards to greeting cards. You can use these cards for any purpose as you want. Using and creating a card by Photo card maker is very easy."; fDesc[3] = "and allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[4] = "with friends. My Pictures 3D Album is a new extraordinary way to show off and store your photo collection in 3D Photo Albums. This program gives you an opportunity to place each photo in the certain location in picturesque 3D galleries, fine-tune pictures and then view in the 3D virtual space. Albums can be viewed both in automatic mode and manual mode. In automatic mode the program itself guides you through the gallery halls, showing your photos. You can also switch to the free move (manual) mode and wander freely inside the virtual space using a mouse. Every your photo album will be a masterpiece - varying different galleries from our constantly growing collection and your photo collection, you'll be able to create a unique photo album to maintain each memorable moment of our life. You can save your albums both into special My Pictures 3D Album format or stand-alone EXE file that may..."; fDesc[5] = "thinks! Mysteryville 2 Deluxe again offers plenty of research for her and for you. Her friend Bill has gone missing, and how are the art auction and the new inhabitants involved?"; fDesc[6] = "Christmas lights at a distance, 3D animated birds and rabbits, and, of course a Christmas tree - the one you can decorate yourself or set to random. Choose the weather you like, set the holiday tune you prefer, and enjoy the holiday season with this amazing screen saver!"; fDesc[7] = "used on Christmas trees, these light bulbs will blink at the edges of the screen, while apropriate music is playing in the background."; fDesc[8] = "this game you can opt to play a single-player game, 2 players mode or to play versus computer. You can also select to play a standard tournament, or to play without tricks and bonuses."; fDesc[9] = "program is packed with images, fonts and layouts. SureThing Holiday Labeler works with common label stocks from your favorite office supply or SureThing.com."; fDesc[10] = "joyous and happy any time of the year. As soon as it starts, you will be transported to a new world. A world of fantasy, where you might even start feeling like a child."; fDesc[11] = "trip to a mysterious place where a haunted mansion rests. Witches, skeletons, bats, ghosts. You name it. You will be able to see Jack O' Lanterns dancing at the entrance of the house, grinning and laughing as they move around."; fDesc[12] = "frames suitable for any mood and occasion -- holidays, birthdays, roadtrips."; fDesc[13] = "background while you work. Plays music, changes desktop wallpaper and more!"; fDesc[14] = "your clients and don´t make them wait for their gifts. Try to sell as much as you can to reach the goal of each task. Complete each costumer's needs and reach your money goal before the time is up or the game will be over."; fDesc[15] = "course) “Merry Christmas”, and snow falling down all the time, and accumulating on the text and lights. There are no sounds whatsoever, if you are asking this question to yourself."; 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 = '...'; } }