var fDesc=new Array(); fDesc[1] = "program will search your computer for available images, to create a catalog. Once finished, it will show you thumbnails from the included images, when you choose the \"View\" tab. In this section you can choose the pictures you want to work on, by clicking on them."; fDesc[2] = "Bank Reconciliation."; fDesc[3] = ", Inventory, Purchase Orders, Sales Orders and Quotes, Sales Analysis, and Bank Reconciliation."; fDesc[4] = "price tag. Atrex provides for invoicing, orders, quotes, purchase orders, AR, AP, and real time inventory control."; fDesc[5] = "listings appear on eBay. It gives you the chance to be first to grab wholesale lots when they are listed!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 = '...'; } }