var fDesc=new Array(); fDesc[1] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; fDesc[2] = "the same product that your seeking online. SmartShoppers send non-personal information to its servers while you are shopping online and opens a separate browser pane in your browser window to show you offers for that product you are searching for."; fDesc[3] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[4] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[5] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes."; fDesc[6] = "effective way. Its new user interface is intended to make it easier to learn for new users and faster for experienced users. With this program you can stay informed and control project work, schedule and finances, and keep project teams synchronized."; fDesc[7] = "undesirable for you. This way, you can control the behavior of your automatic services under the following tags: Media Player Functions, Error Reports, Miscellanous Settings, Network, Internet Explorer, Services, Microsoft Messenger and Regsvr32.dlls."; fDesc[8] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray."; fDesc[9] = "application. A good aspect of this software is its interoperability and wide range of platform supported such as MAC OS X, all windows platforms, QNX Neutrino 6.2 meaning almost every other operating system."; fDesc[10] = "administrators including security alerts and customized reports about hardware and software, network audit, change management and network monitoring. It also reports on a single PC."; fDesc[11] = "and information. It is an exquisite tool to build a detailed family tree. It permits you to create and store an ancestral database with individual data entering for each ancestor with demographic information, notes, references and pictures."; fDesc[12] = "multiple currencies, track spending habits, record expenses, transfer among accounts and even do on-line banking."; fDesc[13] = "program offers advanced services, IP filters, and you can restrict access to your local NAT, or password protect it as well. The program has an internal web-server and provides four types of logs."; fDesc[14] = "), Sales Tax Reports , Excise reports / Registers , consignment sales , customized billing formats and other documents."; fDesc[15] = "several different currencies, and multiple locations. You can control Inventory, Order Processing, Invoices, Documents, Letters, Sales Tax Reports, VAT Reports, Service Tax, TDS, FBT and reports sent by E-Mail or SMS."; 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 = '...'; } }