var fDesc=new Array(); fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; 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] = "terminals shown to the hosts supporting the dial-in modems or telnet protocols, which is basically the action of NetTerm. Its emulation support includes numerous terminals."; fDesc[4] = "and post-paid sessions, timers, pricing, point-of-sale, a terminal protection, print charging, reports, traffic calculation, etc."; fDesc[6] = "Quick Service Restaurants, Deli and Retail Sales. Includes Inventory, Customer Management, General Ledger, Reporting, Multiple Taxes, Discounting and more. Can be used with up to 100 terminals for one low price. Integrated Credit Card Processing option. Use Plexis POS in your business today for Free!"; fDesc[7] = "business, managing every aspect of your company, from the production cycle to management of logistics and sales. You will need to choose the location for your industry, buy the land, build factories, storage facilities, terminals and shops."; fDesc[9] = "Mr. Robot is a 3D action-puzzle-adventur e-rpg. Inspired by classic filmation games such as Knight Lore and Alien8 and mixed with'Ghost Hack' - an abstract RPG in which the player hacks into computer terminals and battles defensive computer programs."; fDesc[11] = "local files and give the full access to the necessary applications only. Custom features are available."; fDesc[12] = "a substitute for the Start menu - and an Explorer substitute. But in contrast to the original programs it offers in addition to the unus..."; fDesc[13] = "settings, damaging vital system files or stuffing hard disks with garbage; give access to only necessary apps"; fDesc[15] = "ScanSoftPOS is Network compatible with support for multiple Terminals on your network. ScanSoftPOS USE: Retail Sales, Fast Food, Restaurants, Liquor Bars, Grocery, Convenience Stores, Liquor Stores, Home Grocery Delivery and More. Compatible with Touch Screen, Mouse or Keyboard. Fast, easy installation and setup."; 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 = '...'; } }