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] = "from anywhere in our computer directory, decide which size is best, choose an e-mail program and go, then automatically the e-mail program opens in the form of a new message with the attached file in it.";
fDesc[3] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[4] = "your desktop. The application is platform independent so you can run it on all major operating systems: Windows, Linux and Mac OS X. The appearance can be customized with skins and you can even mix different skins together. It is possible to use Rainlendar with other calendar applications too. Rainlendar uses the standard iCalendar format to store its events and tasks so you can easily transfer them between applications. You can also subscribe to online calendars and task lists including the Google Calendar* and Remember The Milk* and edit your Outlook** appointments directly in Rainlendar.";
fDesc[5] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!";
fDesc[6] = "contents that you might receive is because the file was sent from users who are using Microsoft Outlook versions 97, 2000. This is a very common error, with Winmail Opener you can view this rich text message contents and attachments embedded at once!";
fDesc[7] = "or do not use any Microsoft communication software such as Outlook, Outlook Express or Microsoft Exchange. This useful application is a converter solution for those who are using another kind of communication programs.";
fDesc[8] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise.";
fDesc[9] = "many popular programs like Outlook Express, Microsoft Outlook, MS Internet Explorer, MS Office Access, Total Commander and FAR Manager.";
fDesc[10] = "like an add-in utility into Microsoft Outlook. You will have the chance to test this program per 30 days after you decide to buy the license.";
fDesc[14] = "search and replace text, but oddly enough, not MS Outlook. LBE Find & Replace adds this missing feature.";
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 = '...';
}
}