var fDesc=new Array();
fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[2] = ", Windows Vista support, Windows security support, telnet access, multiple monitors support, various connection modes, etc.";
fDesc[3] = "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[4] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer";
fDesc[5] = "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.";
fDesc[6] = ", without wanting the hassle of caring for them. This gorgeous desktop garden offers digital aquarium. The set-up is not complicated - just install and watch them swim.";
fDesc[7] = "(physical). This program asks the user if (s)he wants the current desktop icons sorted or unsorted, the very first time the application is started. Once it is running, the application shows 3D icons (same as existing ones) sitting on a virtual table (virtual desktop) also presented in 3D.";
fDesc[8] = "predators from the safety of your own desk? With Living 3D Sharks Full Screen Saver, you can! This stunningly realistic shark screen saver will make you feel like you're in the deep, dark ocean with this incredible animals.";
fDesc[9] = "remote control. It also provides help desk, reports, and more.";
fDesc[10] = "options such as image preview and a single or double file view, the latter being very useful when copying many files from one folder to another.";
fDesc[11] = "remotely from Windows XP in Windows Vista and Server 2008, tools such as: DHCP, Print Server, Active Directory Domain and Certificate Services, DNS Server Service Tools, Shared Folders Tools and others.";
fDesc[12] = "configuration, generate software licenses reports, etc.";
fDesc[13] = "of work that you could have sworn was on the top of the Leaning Tower of Pisa – otherwise known as the uneven stack of papers on your desk.";
fDesc[14] = "(Win2k and WinXP only).";
fDesc[15] = "software information: computer name, OS, peripherals, serial and asset id numbers. Search by virtually any critera.";
fDesc[16] = "history and all health events; Monitor your health and use the reminders and the scheduler to remind you of important health events. Use a variety of data entry tools and medical calculators to add data and to review your health. View summaries and print subsets of this record for health professional visits or for emergencies.";
fDesc[17] = "custom knowledge base articles and to-do lists. Perfect for Help-Desk applications and perfect for anyone who wants to track info.";
fDesc[18] = "keep you in shape, healthy, and productive. Stay stress free and in shape with Break Pal.";
fDesc[19] = "look and feel, .WAV and .MP3 audio capabilities, short personal memos, and more.";
fDesc[20] = "programs and documents. Features include - Open directories, launch applications, documents, files, internet shortcuts etc...";
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 = '...';
}
}