var fDesc=new Array(); fDesc[1] = "resolution and picture adjustments. Tray Icon enables user to launch the application and set it to mini-mode. Picture Slideshows can be created using the Stitch-Video feature."; fDesc[2] = "and more to manage a business like that. This program enables you to organize everything in your business, including machines, clients, employees, products, etc. and allows you to have everything under control"; fDesc[3] = "use."; fDesc[4] = ", Insert, Format, Table, Tools, and Help. From the File option, it is possible to change the language, create and manage a database, search for records, backup, restore, import/export, print, and many more."; fDesc[5] = "the Slugger Customizer. The Customizer lets you add almost any item you could possibly use to your slug, including interactive color chips, font lists, print time, print scale, etc. You can even have Slugger keep track of the last two operators and the last two machines used to work on a file, which is great for tracking down problems with fonts or images, for example. Can be customized with Slugger Customizer."; fDesc[6] = "type for a complete print management solution."; fDesc[7] = "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[8] = "server."; fDesc[9] = "control and auditing of printer activity. The program monitors the print tasks on the computer for which it is installed."; fDesc[12] = "activity. The program monitors the print tasks on the computer for which it is installed."; fDesc[13] = "management program."; fDesc[14] = "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 = '...'; } }