var fDesc=new Array();
fDesc[1] = "of use, it comes packaged with Nokia phones. This version comes with many features like backup, synchronizing, etc .. and new features like the 'Video Manager' , 'Image Store' etc.";
fDesc[2] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[3] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[4] = "time. Using this program you will be able to recover the initial speed of youe disk units. In fact, it is much faster than many of its competitors, even it allows you to keep using your PC during the defragmentation process.";
fDesc[5] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom.";
fDesc[6] = "The System Information contains seven TABS for the Video, Audio, Network, Processor, Memory, Motherboard and BIOS information and Summary of all the hardware on the computer. The Boot Options allows the change of Boot order.";
fDesc[7] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[8] = "without missing any important information. Using sophisticated statistical and linguistic algorithms, it pinpoints the key concepts and extracts the most relevant sentences, resulting in a summary that is a shorter, condensed version of the original text. Copernic Summarizer can analyse a text of any length, on any subject, in any one of four languages, and create a summary as short or as long as you want it to be. It can summarize Word documents, Web pages, PDF files, e-mail messages and even text from the Windows Clipboard. Thanks to the patent pending WebEssence technology, which automatically removes from Web pages irrelevant text and content (such as advertisements and navigation items), Copernic Summarizer focuses on the essential text elements, which results in even more relevant summaries. Once summaries have been generated, they can be printed, saved (in plain text, RTF, HTML...";
fDesc[9] = "They help the user in making sense of their writing. The writers can now write different chapters completely unrelated to each other and when required they can be slotted by simply dragging and dropping the chapters to complete the flow of the book.";
fDesc[10] = "and doesn’t require any other software to be installed on your system. It is a very useful tool to optimize PDF documents for fast viewing in the system, as well as for web viewing. It also helps in reducing the size of PDF file and improving its reliability.";
fDesc[11] = "Canada, and also for the cab managing and scheduling teams. This piece of software provides a quick summary of whatever a particular driver has done in the shift till that point of time and what more can be done in the rest of the duration.";
fDesc[12] = "features is Rocket.Time Plus’ multiple time zone support. The ‘My Time Zones’ page allows you to maintain a list of time zones, which displays live views of the actual time at each location.";
fDesc[13] = "this software also includes summary reports.";
fDesc[14] = "browsed web page. You may read the abstract instead of reading the whole document and save time.";
fDesc[15] = "how much BLOB data is stored in the database, the size of the stored data and the data formats being 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 = '...';
}
}