var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
fDesc[2] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen.";
fDesc[3] = "photos with friends and family is as easy as pressing a button!";
fDesc[4] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin.";
fDesc[5] = "and sharing through the Internet, open format. Similar to PDF files, this smaller file contains scale and design information ready to be managed by designers and experts. The name of DWF Viewer has been changed to Autodesk® Design Review.";
fDesc[6] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money.";
fDesc[7] = "Using WinFlashs built-in editing, browsing and viewing capabilities, users can construct anything from simple, text-only, decks for a quick pre-quiz review to complex, multi-media, computer-based-trainin g applications for corporate use.";
fDesc[8] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes.";
fDesc[9] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[10] = ", *.sldasm, *.slddrw, eDrawings suh as eDRW, ePRT and eASM, as well as Autocad drawings such as *.DXF and *.DWG. Review and print these documents are easy tasks with this application. Result files can be saved as BMP, TIFF, JPEG, PNG or GIF (*.gif) , and HTML files.";
fDesc[11] = "The menu player does not close picture of film, it simply transparent. Support of two screen monitors";
fDesc[12] = "food additives is used for. Let’s make a little review about food additives. By centuries these food additives has been used i.e. sugar, salt, vinegar. These ingredients are and were used to preserve food. At the moment, we are still using them but with other artificial ingredient to preserve.";
fDesc[13] = "greatly from this software. Once data has been entered into the DataBase Professional program it will then be accessible to everyone in your business. All users will be able to gain access at the same time and can update, review or use the same data.";
fDesc[14] = "businesspeople who want to show their work over the web. Instead of dealing with the hassle of email attachments, messengers, or having to ask your computer department to help you, anyone can use ReviewManager. Already have a website? ReviewManager lets you add a \"clients only\" area to your existing website within one business day -- far more economical than building or maintaining one yourself.";
fDesc[15] = "anything. You can create any number of flash card sets and print on any printer. There are also five testing modes, so you can study on your computer.";
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 = '...';
}
}