var fDesc=new Array(); fDesc[1] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale."; fDesc[2] = "very funny and entertaining. It is also very easy to use. It has got some good visual and audio effects."; fDesc[3] = "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[4] = "houses. You´ll need to impress the judge and win so that your house appears in Superstar Homes magazine. The game has two play modes: Career and Sunnyville Tour. Players cannot access Sunnyville Tour until they complete the game in Career Mode."; fDesc[5] = "Ledger, Cashbook, Customers, Suppliers, Inventory, Report Writer, Point of Sale, Payroll and eCommerce."; fDesc[6] = "a house; then, you have to organize the yard sale to gain some money. The game basically consists in looking for hidden objects in messy scenes which are the different rooms in the house."; fDesc[7] = "need to start a point of sales (POS) for every kind of business. It allows doing the following main transactions: sales, payments, closes cash, and allows some operation to register customers. It works in Windows, Linux, MAC OS X, and Linux Debian platforms."; fDesc[8] = "with many details about the books you have. This powerful application is a great solution for those who want to create and maintain a complete inventory perfectly organized and easily manageable."; fDesc[9] = "the family business but she is determined to pursue her dream: to own a boutique in Beverly Hills. she need fifty thousand dollars to get started on the boutique and her idea is to start a little yard sale business, beginning with her closer friends’ old stuff."; fDesc[10] = "companies who want to track their Sale Leads Any company/dealer/distrib utor/retailer do all or one of following tasks for their sales lead management. Receive sale leads or collect information for prospective clients through different sources. Prepare emails to send responses. Prepare letters for sale leads. Filter leads on the basis of city, profession, response required etc. Print address labels of selected sale leads. Print letters to send selected leads. Send Emails to selected leads."; fDesc[11] = "rich set of reports covers all restaurant operations and life cycles. Easy to install and use; affordably priced."; fDesc[12] = "price tag. Atrex provides for invoicing, orders, quotes, purchase orders, AR, AP, and real time inventory control."; fDesc[14] = "combination of the two. A server application can be setup to allow data sharing and synchronization between stores."; fDesc[15] = "Inventory Items in specific quantities (materials). Erroneous sales transactions can be reversed. Full transaction history of Sales, Purchase Orders and Goods Received Notes. Printing to multiple P.O.S. printers. Stand-alone or client-server networking capabilities. Reports generated real-time in Microsoft Excel. Operating system-independent support for PDAs. Automatic, confidential and free on-line or off-line activation."; 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 = '...'; } }