var fDesc=new Array(); fDesc[1] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options."; fDesc[2] = "includes many improved and enhanced features. However, there can be some behavioral changes as this new release includes certain functionalities that differ from the previous versions. The latest update for Microsoft Visual FoxPro 9.0 is Service Pack 2 which is free."; fDesc[3] = "brings a complete solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. The minimum amount of students’ licenses available to be purchased is ten."; fDesc[4] = "Directory integration; server management; user management; service monitoring and control; event management; job and task scheduling; printer management; disk and file administration and reporting and exporting."; fDesc[5] = "font embedding, RGB, sRGB, CMYK color space conversion, PDF merge, append, active hyperlink, automation, and server support."; fDesc[6] = "far as PDF creation and conversion is concerned. MagicPDF installs itself as a virtual printer in your printer list. Just print and get your PDF."; fDesc[7] = "x64, Terminal Server and Citrix, client/server architecture, centralized data storage on the fax server, all common fax modems, data access from every workplace in the network, ISDN adapters and Brooktrout/Cantata and Intel/Dialogic fax boards."; fDesc[8] = "and post-paid sessions, timers, pricing, point-of-sale, a terminal protection, print charging, reports, traffic calculation, etc."; fDesc[9] = "turning your computer into low-cost terminal server. So, any serial port device connected to COM port could be accessed from anywhere in the world."; fDesc[10] = "notice them! Alerts can be sent by email, pager or SMS. You can reboot a machine, restart a service or run a script, batch job or executable."; fDesc[11] = "Microsoft Windows Includes Visual Basic and VBscript support, can be deployed using SMS, MSI, Citrix or Microsoft Terminal Server."; fDesc[12] = "fully managed from server-side software which provides IM logging, user grouping, offline messaging."; fDesc[13] = "& eliminate the administration hassle of deploying the applications on all workstations. Tunneling applications securely via SSL."; fDesc[14] = "messaging for use in a business and corporate environment. The messaging server provides IM logging, user grouping, offline and scheduled messaging."; 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 = '...'; } }