var fDesc=new Array();
fDesc[1] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor.";
fDesc[2] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[3] = "Notebook LCD + External Display. The two projection resolution options available are Projection : XGA (1024 x 768 pixels) or Projection: Normal (800 x 600 pixels). After clicking the option button, this utility will enable notebook LCD and external display to specified resolution.";
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] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[7] = "any hardware devices.";
fDesc[8] = "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[9] = "made for Atmel's AVR series uCs ,but Bascom AVR can export a .hex or .bin file so it can be used with many other uCs.Commands used for Bascom AVR are very simple to remember and to use, as compared to C compilers or others.Pin configuration for the uC are also very simple";
fDesc[10] = "is this ClearType about anyway? ClearType is a feature intended to smooth the display of fonts on LCD monitors. However, this tool can also achieve some improvements in CRT monitors.";
fDesc[11] = "easy-to-use software to provide an outstanding profiling solution for both LCD and CRT displays. Complete solution includes colorimeter and software for generating accurate profiles MonacoOPTIX colorimeter- Intelligent electronics for both LCD and CRT display calibration - Patented �Light Tunnel� technology for the most accurate LCD profile available - Unique pulse-period timing for accuracy at very low light levels - Factory calibrated to NIS standards - Attractive design features removable components for profiling LCD and CRT monitors There is a limited time $75 rebate program for users with the MonacoSENSOR or other similar monitor calibration devices.";
fDesc[13] = "picture. Character Set support unicode. For example, English, Simplified Chinese, Traditional Chinese,Korean, Japanese, French, German, Arabic";
fDesc[14] = "purchasing or during warranty. LCD PixelsOK can be run directly without having to install it on your computer: just download and run.";
fDesc[15] = "2x8, 2x16, 2x20, 2x40, 4x16, 4x20). You can also simulate the effects of the multiplication CGRAM.";
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 = '...';
}
}