var fDesc=new Array(); fDesc[1] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; fDesc[2] = "HP Image Zone Express application program provides functional capabilities of editing and printing photos. Besides, this program provides the access to HP Instant Share program, where you can quickly share photos with other users."; fDesc[3] = "artifacts, and you enter The Zone, a radioactive hot spot. With free-roaming capabilities as well as many weapons and RPG elements, this game is excellent. Very recommended."; fDesc[4] = ", the program includes anti-spyware protection to ensure that your computer remains safe and will not be affected by internet attacks."; fDesc[5] = "protection. Highly awarded program with many many features such as Antivirus, Security Server, Stealth Mode, SmartDefense, DefenseNet, among others,"; fDesc[6] = "view the current time and date of five cities, that you can choose, all around the world. It will be very helpful for users who are working for clients living in different parts of the world or whose relatives and friends are living far away."; fDesc[7] = "create pictures from the scratch, or edit images from any source, like digital cameras, mobile phones, scanners. You can then apply special effects, build slide shows or photo albums."; fDesc[8] = "privacy on the internet. It creates a protective force Field around the web browser, protecting the computer against pop-up downloads, phising, spyware, and keylogers. The user can surfr with his/her \"virtual-me\""; fDesc[9] = "centre longitude of that particular city. Besides it also shows sunrise, sunset, moonrise and moonset timings. To make it more attractive and colorful 3D terrain data is used."; fDesc[10] = "motion is detected in an unlimited number of \"Hot Spots\" located anywhere within the camera's range."; fDesc[11] = "area. From there, you will be able to send files to anyone with an e-mail address. What makes this a smart application and a useful one is the fact that it makes things so much easier for you."; fDesc[12] = "of the same color. This make them disappear from the board, thus gaining points and letting new random jewels fall down. The game features decent graphics and a suitable music and sound effects."; fDesc[13] = "display the local time and they will be displayed on your desktop."; fDesc[14] = "help for the people who travel a lot and find it difficult to match up with the changing time zones. The clock time on your PC will be changed automatically according to the selected time zones."; fDesc[15] = "His sentence will be performed publicly in an intergalactic circus where he could be executed by a device called the Blast Zone. Your challenge in the game is to take on the role of D-Tox, save him from death and help him to escape"; 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 = '...'; } }