var fDesc=new Array(); fDesc[1] = "you to count, quota, control and charge printing easily."; fDesc[2] = "information of each job.High precision page counter and copies determination.Viewing images of printed jobs."; fDesc[3] = "type for a complete print management solution."; fDesc[4] = "in Any Language. These reports are designed for your print cost analysis."; fDesc[5] = "paper by printing up to 64 pages on both sides of a sheet. A series of booklets are combined to build a book. BookPrintXP operates as a printer driver that may be used by any application. Several print jobs may be accumulated for printing of booklets. E.g. you may print a booklet that contains several topics of a help file. This is done by executing the print function of the help system for each topic. In general BookPrintXP is suitable to print program manuals (readme.txt), help files, cook books, address books, program source listings, electronic publications etc. The program prints also poster. The program processes print jobs and image files as well."; fDesc[6] = "expand your network printing capabilities between your business systems (e.g. AS/400, mainframe, Linux/UNIX) and Windows 2000, NT or 95/98 machines. RPM enables you to print from any computer in your business network to your PC, then print on any Windows printer. RPM helps you make your print jobs come out the way you expect them to: RPM provides numerous data transformations You select the font, width and height; line and page settings; and printer setup RPM can generate high-quality text on a Windows printer, or print \"as-is\", or write to disk"; fDesc[7] = "database just scan a barcode or enter the movie title and you'll get the rest details automatically including the DVD cover, movie cast and synopsis."; fDesc[8] = "e-mail by specifying an e-mail address and the frequency for sending e-mails."; fDesc[9] = "with USB-Stick."; fDesc[10] = "audit, print count, print control, print quota, print accounting - Print Server / Direct IP Printer / Workstation Connected Printer"; fDesc[11] = "control and auditing of printer activity. The program monitors the print tasks on the computer for which it is installed."; fDesc[12] = "address from CSV lists - by: Envelope Printer"; fDesc[13] = "organizer. It includes fast global search, data encryption, synchronization with Pocket PC, multi-user capability, backing up and printing."; fDesc[14] = "management program."; fDesc[15] = "activity. The program monitors the print tasks on the computer for which it is installed."; 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 = '...'; } }