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] = "being the AC mode and the other being DC Mode (battery mode). Using this management software, you can choose among the many power profiles (Entertainment, Presentation, Word Processing, and Battery Life.) and set your laptop to last or extinguish the battery juices.";
fDesc[3] = "provides the following features: power management scheme and battery resource information and health. This utility also detects unsupported power-adapter/dock/bat tery scenarios and displays warning messages.";
fDesc[4] = "computers, and allows maintaining maximum productivity and saving maximum of electric power. This utility adds the possibility to switch off some components for power saving in that way.";
fDesc[5] = "to be used on notebooks. The system fine-tunes the power consumption on notebooks by coordinating the activity of software and hardware integrally. It will increase the battery life cycle and spread the charging intervals.";
fDesc[6] = "updated : 2009-03-30 ) build date : 2009-03-30 Easy Battery Manager 3 Easy Battery Manager is a power management program that provides easy-to-use power management and power saving settings so that the battery usage time can be extended.";
fDesc[7] = "a fun-filled musical performance. The user can make use of various types of drumming options such as acoustic beats for soothing background or the electronic drums for some rocking hits.";
fDesc[8] = "ensure protection of the computer system, all its components and peripherals, and the data. If there is a power loss, the software automatically saves all the user files and safely turns off the computer in an orderly manner.";
fDesc[9] = "disabling them depending on your power setting preferences (behaviors on battery or ac power) just like you normally do with the LCD screen brightness and standby / hibernation options.";
fDesc[10] = "displays the notebook battery values (i. e. remaining battery capacity) in the Windows Taskbar. Notebook BatteryInfo is specially designed for notebooks. It will work even on a stationary PC but most desktop PCs will not have a battery as power supply.";
fDesc[11] = "the charge / discharge rate, diagnose problem battery cells and compare your batteries performance with expected discharge rates.";
fDesc[12] = "can be dragged across your desktop and placed over any window. Users can adjust the transparency of the battery.";
fDesc[13] = "the lower the power is the more notorious the meter will be showed. When recharging the laptop's battery it will turn green ad slowly will disappear as the charge is completed. Power meter will be in the background of your desktop either on the bottom left or the bottom right of the screen.";
fDesc[14] = "left. It works with Windows 95/98 and Windows 2000 Professional.";
fDesc[15] = "battery will discharge, or fully charge.";
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 = '...';
}
}