var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook."; fDesc[3] = "working state if it has been affeted by malware or if your 14 year old sister wanted to download the lastest Avril Lavigne screensaver from a unknown website. It can also protect public computers from corruption blocking changes to crucial system files."; fDesc[5] = "isn't practical-it takes too long. Diskeeper is the the number one automatic defragmenter"; fDesc[6] = "the system. The enterprise edition of Deep Freeze offers a centralized control and better management options to system administrators."; fDesc[8] = "Active Desktop Application designed to display entertainment, information, and utility in the PCs of the cybercafes located in India. It features system, Internet Explorer and Firefox shortcuts, Yahoo Messenger, GTalk and Windows Live Messenger shortcuts, web search, and interactive ads."; fDesc[9] = "The utility checks all the system to verify if there exists any kind of errors that affects the computer functionality and automatically corrects them. the utility also searches for spyware and adware. If you want, the program can monitor your computer in the background in real time."; fDesc[10] = "performance. Fortunately Large Software released PC Tune-Up 2.0 which is a multitool application that helps us deal with system crashing and freezing. This software is intended for beginners as well as for experts."; fDesc[11] = "sure that destroyed data is never recoverable or readable in any way using any recovering technology."; fDesc[12] = "from the developer’s website, and evaluate it free for 60 minutes. We can also purchase it afterwards from the game interface if we like it. From the start up menu, we can select to have sound FX, music, full screen, play with a joystick or keyboard, and select to be a boy player and girl."; fDesc[13] = "similarities are that you are in a maze, you have to collect every crystal to access to the next level, and that touching an enemy will make you lose a life. The differences are that you have not a magic pill that will allow you to eat your enemies in all levels."; fDesc[14] = "caring for chickens, pigs, cows, and other animals. Visit five separate farms and sell over 25 distinct products. Work through rough seasons like intense summer heat and a cold winter freeze."; fDesc[15] = "every bird that passes flying in front of you. If you hit them, they will become colored ice cubes, that will fall to the grid at the bottom of the screen. You can then swap the position of the colored ice cubes to form a group of three that will be cleared from the grid."; 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 = '...'; } }