var fDesc=new Array();
fDesc[1] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type.";
fDesc[2] = "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[3] = "from virtually any application. With one click you can convert your Microsoft Excel, Word or PowerPoint documents or your emails and favorite web sites to PDF files.";
fDesc[4] = "format. Its easy-to-use interface allows you to create PDF files by simply selecting the \"print\" command from any application, creating documents which can be viewed on any computer with a PDF viewer.";
fDesc[5] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20.";
fDesc[6] = "Adobe-compatible files. It is a pdf creator for Windows that allows users to easily create documents in PDF file format. No expertise is required for this program; even novice users can create high-quality searchable PDF files just by selecting the \"print\" command from any application.";
fDesc[7] = "unique approach to PDF creation that is simpler and more effective than other methods offer. Features include the ability to: secure documents bookmarksjavascript:pr eviewIn('ldID', 'ldPV', 'ldOuterPV') Preview multiple configurations rearrange documents automated email";
fDesc[8] = "system for fast processing. You can fix all the problems related to Firefox, Excel, Explorer, Internet Explorer, Media Player, Security, Networking, Performance, Startup, Services and Word in single click.";
fDesc[9] = "objects, add and edit images, create custom stamps, add text, notes and watermarks, rotate pages, and resize them to the desired size and many more features.";
fDesc[10] = "installs itself as a virtual PDF printer driver so you can convert your documents just by printing them. The process is extremely easy. If you know how to print you know how to convert any document to PDF.";
fDesc[11] = "server.";
fDesc[12] = "control and auditing of printer activity. The program monitors the print tasks on the computer for which it is installed.";
fDesc[13] = "management program.";
fDesc[14] = "activity. The program monitors the print tasks on the computer for which it is installed.";
fDesc[15] = "printing activity on network print server.";
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 = '...';
}
}