var fDesc=new Array(); fDesc[1] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist"; fDesc[2] = "problems when you are working with items in a large .pst file or in a large .pst file in Outlook. How many times this, is a big headache! When you try to backup your own .pst files or when you need to export them! Also fixes problems with the user“s mailbox"; fDesc[3] = "commercial. Metacafe Pro 1.2 is a program to let you access that material directly, without a browser, with some addons."; fDesc[4] = "organize TV channels, radio stations, music, photos and videos, share multimedia files through the home network to other computers using Universal Plug and Play technology, also converting and real-time transcoding media formats automatically for any device."; fDesc[5] = "preserving privacy on P2P networking. PeerGuardian 2 is Open Source code, so the program code is available online for anyone who wants to see it or edit it."; fDesc[6] = "Windows's right click menu. Those items allow the user to create ISO images of CDs and DVDs, burn those images to a CD or DVD or even copy CD or DVD to another CD or DVD. This program is a prime example of how a great product can be achieved by the simplest of means: simplicity."; fDesc[7] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once."; fDesc[8] = "picking items from different locations, following a list provided by the game. You have to look the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. You can try the game for 60 minutes before buying."; fDesc[9] = "kitchen and bathroom appliances and items. In all, over 103 items are included in the pack, along with a new house and a romantic loft. The pack is aimed at the dedicated Sims fans."; fDesc[10] = "the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. In order to finish the level you have to find all the items on the list."; fDesc[11] = "under the ocean and destroy mad machines that are throwing dangerous and toxic waste to the ocean. Shoot and place balls in groups of identical color to stop this toxic and dangerous train. If it reaches the limit line you will lose."; fDesc[12] = "Huntington's shop owners find more than 1,200 unique and cleverly hidden items for their customers and earn enough cash to open a shop of your own. This \"hidden object\" game will bend your brain and dazzle your eyes."; fDesc[13] = "certain items in different scenes and find them in order to progress in the game. In this case, the scenarios will be represented by different rooms in the manor. You can see your current location at any time in the game map."; fDesc[14] = "scenario is a sea shore and the waves coming forward and backward. Each wave will bring some valuable items and junk, all together and mixed up. Your goal is to find in the mess the items the game requests to you, by graphically listing them on the bottom of your screen."; fDesc[15] = "different items which are written in a list. In each stage we have a list of 15 items to find in the shown picture. In each stage we must complete the list of items before time runs out."; 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 = '...'; } }