var fDesc=new Array(); fDesc[1] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist"; fDesc[3] = "of alternative e-commerce and travel vendors for other offers, and displaying them alongside any shopping or travel website."; fDesc[4] = "100% free. This software will help you to get access to the latest free stuff, free software, free coupons, sweepstakes and much, much more."; fDesc[5] = "contacts, manageemail campaigns, send attractive HTML emails, newsletters, coupons to an unlimited number of recipients."; fDesc[6] = "that requires text, graphics, or serial numbering. Create and print your project from your desktop in minutes with our easy to use interface."; fDesc[7] = "program with all the features you need to successfully run your retail business, including: Windows Vista Compatible Track Customers, Inventory, and Vendors Create Layaways and Invoices Supports 40 column receipt printers/laser printers/ink jet printers Automatically create Purchase Orders based on re-order points Includes over 100 reports, including profit reports, stock reports, best sellers, etc. Supports Promo Pricing, Price Breaks, \"2 Fer\" Pricing Print your own Barcode labels! Create and manage in-store Coupons ... and much more!"; fDesc[9] = ", graphics, or serial numbering. Create and print your project from your desktop in minutes with our easy to use interface."; fDesc[10] = "Behringer USB guitar that provides users with a professional studio sound emulating the sounds and tones of the late 1960’s and early 1970’s. Features include a noise gate, post and pre-amp effects, and a preset manager with a drag and drop function available."; fDesc[11] = "imported data, serial numbering, text, or graphics. Barcode static and imported data. Works with most desktop, label, ticket and commercial"; fDesc[12] = ", graphics, or serial numbering. Create and print your project from your desktop in minutes with our easy to use interface."; fDesc[13] = "prices at most popular stores, organize your shopping list, and help you earn cash back for your purchases"; 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 = '...'; } }