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] = "your Windows becomes more stable if you keep using Premium Booster.";
fDesc[3] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually.";
fDesc[4] = "range of features likes auto optimization, auto recovery of RAM, backup of system settings and Process List. It is also available in multiple languages like English, French, Spanish, German and many more.";
fDesc[5] = "Multiple documents will be merged in the order they are listed in the Source Documents window. If page ranges are not specified, PDFTK Builder will assume all pages for that document are to be included. Page ranges can be indicated by using a single page number, or a hyphen between start and end pages, and reversed page orders are also allowed. Multiple ranges are indicated by using commas or semi-colons between ranges. Collate can be used to remove pages from a single document simply by specifying the page ranges you wish to retain for that document. Collate can also be used to insert pages from one pdf document into another.Split - allows you to separate each page of a PDF document into its own file.Background or Stamp - Background enables you to add a background to each page in a document or just the first page. Stamp is very similar to background except that the stamp is placed on...";
fDesc[6] = "pieces that have two distinct sides. Each of the two sides corresponds to one player, they are referred to here as red and blue.";
fDesc[7] = "reverse-engineering. It also supports the creation of licensing system making it suitable to sell your scripts safely. The new version supports PHP 5.1 and Zend Optimizer 3.x.";
fDesc[8] = "complex, detailed geometric patterns created using mathematical formulas, wherein every part resembles the whole structure in an infinite self-repetitive manner. Some fractals can be found in the natural world: for example, in clouds, plants, snowflakes, etc.";
fDesc[10] = "type your own lists by hand, but it's a good idea to check the Backpack Share first; an online database where you can freely download form - and upload to. There are currentlty more than 300 list online, and we've just got started! Backpack has many ways to test your skill (for example, use a timer to get you in a hurry (like a test on school). Backpack has many incredible featues, for example, it tracks for every word how many times you got right, and how many times you got wrong.";
fDesc[11] = "Inventory Items in specific quantities (materials). Erroneous sales transactions can be reversed. Full transaction history of Sales, Purchase Orders and Goods Received Notes. Printing to multiple P.O.S. printers. Stand-alone or client-server networking capabilities. Reports generated real-time in Microsoft Excel. Operating system-independent support for PDAs. Automatic, confidential and free on-line or off-line activation.";
fDesc[12] = "backwards. Excel 2000 or higher required.";
fDesc[13] = "1.Batch/Right-click processing support 2.Display detailed reversing progress 3.Configurable image format 4.Encrpted PDF file support";
fDesc[14] = "Databases. ApexSQL Enforce empowers users to create complex custom rules by leveraging the power of full programming languages like C# and VB.NET. With ApexSQL Enforce, you can-- Ensure adherence to design standards in \"real time\" Facilitate upgrades to new versions of SQL Server by identifying potential conversion problems before the database is ported Automatically reverse or fix detected violations using generated \"FixSQL\" scripts Enforce Naming conventions and ensure that SQL reversed words and special characters are not used.";
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 = '...';
}
}