var fDesc=new Array(); fDesc[1] = "arises for the regular PC users, who have plenty of space at hand. It is no shock to hear that PSP users, who are limited to memory cards for ISO mounting on their units, need to compress ISO files."; fDesc[2] = "the year 1960 of an alternate history. Your plane crashed just in the middle of the Atlantic Ocean and you're the only survivor."; fDesc[3] = "terrorist bases and hostile camps located in different parts of the world. Your main objective is to destroy these hostile forces and maintain your helicopter safe from attacks."; fDesc[4] = "great nonetheless. In the game, you play a new character, who apparently was on the same flight as the survivors, but he can't remember anything prior to the crash. Jack asserts that he has amnesia brought on by the shock of the crash."; fDesc[5] = "desktops. The way this program arranges the desktops is like Windows Vista or Macintosh Aqua operating systems. Once the application is installed, it sets an icon in the system tray to activate the effects. By clicking on it, a window appears to offer all the application possibilities."; fDesc[6] = "appear in a 3D and movable. The user desktop becomes a 3D image where program icons can be placed and moved. Program icons turn to be presented in three dimensions too, like dices or tokens, and they can be arranged in rows, columns or piles."; fDesc[7] = "allows setting different icons positions, saving them and recovering them later. Icons and labels can be hidden and shown. The program enables saving a given desktop icons location and restore it when calling the profile, even if they have changed their actual positions."; fDesc[8] = "through the open windows to quickly locate and select the window you want. It is the same effect you have in Windows Vista using Windows Aero plug-in."; fDesc[9] = "operating systems. Also, it allows you to save and restore the position or the exact location of your Windows desktop icons."; fDesc[10] = "loved detectives. Everything starts in the office where Sam and Max usually work.They are expecting a call but did not find the phone. So, you will have to do a puzzle to find the phone, and in that way these two can start doing their job."; fDesc[11] = "icon into the system tray to easily operate by clicking on it. It offers several optional settings, such as note size, back color, password, etc. Users can, anytime, hide or show the 'sticky' notes, so the desktop doesn´t get stuffed and full of icons or images."; fDesc[12] = ", crop, convert, rename, apply effects, adjust the contrast or remove the red-eye effect from your photos or images, view images in a slideshow, rename them in batch mode, add frames, text and clip arts to your photos, adjust their contrast and saturation, and much more..."; fDesc[13] = "windows’ features that allows you to minimize them so that they only occupy the space assigned to their title bar, to apply them transparency, to hide them completely (even the task bar), to keep them at the top/bottom, etc"; fDesc[14] = "active. The main purposes of this useful program are: 1.- Desktop systems: easier and more comfortable work. 2.- Laptop units: significant power consumption reduction. For both, the advantage is the eye fatigue reduction."; fDesc[15] = "entertainment. Not only the name is shocking and complete but the game itself is too. Starting from the interface with a high-tech look and the load and exciting music, everything gets along very well in this war game."; 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 = '...'; } }