var fDesc=new Array();
fDesc[1] = "Pro is designed to quickly and easily draw good-quality, straightforward designs.";
fDesc[2] = "count, document name, Time and date of printout, and printer name to your favorite spreadsheet.";
fDesc[3] = "data, supplements, injuries, body measurements etc. Graphs describe your progress. Library contains over 170 exercises.";
fDesc[4] = "technical support aid. This is specially useful for technicians, to have a quick overview of the system that´s causing problems. The report can be zipped and send by email through a built-in utility.";
fDesc[5] = "manages various activities with various features to remind activities like birthday, meeting, important event, holiday, daily, weekly events and many more. Once your region/city is selected, Actual Reminder also shows weather forecast for 10 days";
fDesc[6] = "conversions) and 14 discrete calculators for the more complex functions. Complete help system with individual tips for the complicated functions.";
fDesc[7] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports.";
fDesc[8] = "available to automatically fill your favorite web site forms. This tool does not only save time, but also avoids the need of trying to remember passwords and user names.";
fDesc[9] = "your machine with only your voice print. www.windentify.com for live demo.";
fDesc[10] = "not be boring so the user does not need to wait for the fax to arrive and manually take care of it, to either store it or print it. The application works with TAPI Fax modems for automatically printing and saving of incoming fax calls.";
fDesc[11] = "computer. Advanced Task Scheduler will start a program or application, send an e-mail, set a reminder, play sound, turn the computer off, reboot, log off, destroy window, and kill process and many more.";
fDesc[12] = "printing depending on the calculated cost, paper size, print quality or volume, use of color or black ink or toner, or password.";
fDesc[13] = "year you were born, or any date between January 1st 1900 and December 31st 2006. Free lifetime upgrades.";
fDesc[14] = "be printed automatically. Documents can be output to any PostScript printer supported by QuarkXPress, and Batch Print even supports output to disk file as well. Like all of our XTensions, Batch Print is intuitive and very easy to use. Simply navigate to the documents you wish to print and add them to the \"Print List\". Batch Print can process hundreds of documents at a time! After selecting your documents and choosing your Page and Print setup values, just press a button and Batch Print takes care of the rest. It will open each document, set up default Page/Print setup options, and send each document to the selected printer. Batch Print handles every aspect of the printing operation including automatic updating of modified pictures, tracking EPS font and color usage, tracking missing DCS plates, separation of document spot colors, and much more. It even allows you to keep a log file for...";
fDesc[15] = "connection usage. Reports include bandwidth consumed by each user, sites visited, incoming & outcoming mail etc.";
fDesc[16] = "and Money everytime you use it. No more Expensive Forms to purchase. No more hand writing, or typing to a form is needed. Just fill in the product shipment info, select a trucking company, click on Print and you are done. There is a default number of copies that you define. It cannot be any easier. Keeps a log of all your BOL's, for research purposes, or to re-print.";
fDesc[17] = "all the details of every brew you produce, print reports, labels, tasting sheets and a shopping list. Very user friendly.";
fDesc[18] = "bandwidth consumed by each user, sites visited, hourly and weekly usage, attempts to access blocked sites etc.";
fDesc[19] = "any LPD in the world and print them from your PC. Features: Accept on ANY queue, Header/Footer files, Multiple configurable Queues, Acceptable Hosts list, Log to file and screen, Insert CRLF for LF to combat stairstep effect (for older printers), Auto Start and Start minimized, Force/supress banners, Identify Local IP address. No install necessary, just drop it in a directory of your choice and run it!";
fDesc[20] = "management program.";
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 = '...';
}
}