var fDesc=new Array();
fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean.";
fDesc[2] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[3] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[4] = "away, as if you were sitting in front of it. You can hear alert sounds, use your files, print remotely, transfer and synchronize files, link local drives to connected PCs and more.";
fDesc[5] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows.";
fDesc[6] = "stands for Virtual Network Computing, and it uses 2 small programs: Server and Viewer. The Server handles the service, and \"serves\" the access to the host computer. The Viewer, is used to access the computer where the server is installed and configured.";
fDesc[7] = "purchase without accessing the eBay website. This application came in an \".air: package; previously you need to be register with adobe for the installations of this type of files but now you just need to install Adobe Air.";
fDesc[8] = ", Windows Vista support, Windows security support, telnet access, multiple monitors support, various connection modes, etc.";
fDesc[9] = "deal with your screensavers collection. Needless to say, Astro Gemini Software provides this tool free of charge and is extremely easy to use, so you don’t have to take too much time to learn how to use it.";
fDesc[10] = "and securely. Being compatible with multiple operating systems, it gives full support to heterogeneous host and remote devices.";
fDesc[11] = "the CD in the drive. It works just as well with a network file server. Running programs from your CDSpace virtual drive is about 200 faster than doing it from the CD.";
fDesc[12] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!";
fDesc[13] = "Window's Explorer and find the mapped drive or folder. Desk Drive adds a desktop icon pointing to the drive automatically. Remove the media and the shortcut goes away. Brilliantly simple and effective. Desk Drive sits quietly in the system tray. Configuration (image at right) is just a click away and allows you to specify which types of media to monitor. So simple, it just works.";
fDesc[14] = "further, as it also captures complete Web pages or some chosen parts of them without the browser frame, adding itself as an intelligent toolbar.";
fDesc[15] = "interface enhancements: NextSTART, WorkShelf and NeXuS. Winstep Xtreme raises the usability bar of Windows customization to another level: it adds tremendous functionality to Windows and complete control over every aspect of the User Interface. And it's FUN to use! The more you use Winstep Xtreme the more you'll go 'Wow, this rules!' as you discover all the functionality that lies beneath the breathtaking eye candy. No need to edit complicated configuration files or switch shells either - it's all point and click! All of the hundreds of freely available Xtreme themes are totally resolution independent, do not affect the content of your docks, shelves and menus, and can be switched to at the click of a button - it's that easy! NeXuS is the multi-dock system, and is just perfect for super fast access to your most frequently used applications. WorkShelf is a tabbed dock, better suited for...";
fDesc[16] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer";
fDesc[17] = "public and private channels in the whole world, streaming its content in the Net. You can, of course, watch the TV shows or listen to the radio broadcasts using your regular browser. But it's way much comfortable having all those links into a single application.";
fDesc[18] = "in spite of its simplicity. The slogan that describes it is very accurate: “Sound quality is not skinnable”. It natively supports MP3 and WAV, and also a wide range of other formats through different plug-ins, including ALAC, FLAC, CD Reader, WMA, or OGG.";
fDesc[19] = "Smart Security installed on your network. In order to achieve this, it requires an already configured Eset Remote Administrator Server, user credentials for the server and at least a power user permission in the Windows environment.";
fDesc[20] = "without having to open the explorer and navigate to facebook website. Among the notifications you can receive unread messages, pokes, friend requests, wallposts or any other third party application you may have configured in your facebook.";
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 = '...';
}
}