var fDesc=new Array(); fDesc[1] = "Sentry Deluxe has everything Auction Sentry has plus a built in browser, conditional bidding (Bid Groups) and other major improvments."; fDesc[2] = "track of your movies, books, or CDs. It offers you the same level of granularity of some professional catalogs, while leaving out the jargon of the library world. Besides, you can load your own records with data taken directly from Amazon’s huge database."; fDesc[4] = "fast, easy-to-search database that can store any number of property listings and can be shared on an internal network."; fDesc[5] = "includes downpayment savings calculator, mortgage qualifier, an amortizattion calculater, and more. Also includes forms and information for home inspection, to do lists, and a home buyer's glossary."; fDesc[7] = "inside Microsoft Excel. They are designed to simplify your daily purchasing tasks and help you leverage the power of Excel. Eliminate the need to spend valuable hours drafting various forms. Purchasing ToolPak for procurement professionals offers instant access to a wide variety of forms – anything from a purchase order to a bid analysis template. And it's the best way to implement standards of excellence in your procurement practices."; fDesc[8] = "categories. The quick, easy to use interface helps you exclude the stuff you're not interested in and target items of real value."; fDesc[9] = "buyer, seller or a power user you will find this program an excellent tool for your bidding and tracking needs. Designed with the user in mind, the easy to use interface makes Bayside Sniper a pleasure to use. Setup is a simple three step process and a 'Getting Started' feature is included to help you become acquainted with the basic's such as adding an auction item and setting up a bid. A comprehensive and well illustrated manual is also included."; fDesc[10] = "Extremely suitable for private warehouse, distribution center, MRP for manufacturer, logistic services and storage operation."; fDesc[11] = "from start to finish."; fDesc[12] = "Track items by the equipment it is used on, track expenses by department, or however you want to track it"; fDesc[14] = ", customs invoice, shipping order, packing list, container tally sheet, form A application, Certificate of Origin, and etc...."; fDesc[15] = "Qualifier, 2 Loan Amortizations, Loan Spread Calculator, a Biweekly Payment Calculator, a Rent vs. Buy Calculator, a Refinancing Calculator, an Estimate..."; 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 = '...'; } }