var fDesc=new Array(); fDesc[1] = "of alternative e-commerce and travel vendors for other offers, and displaying them alongside any shopping or travel website."; fDesc[2] = "website builder and so users does not required any technical or programming knowledge to create websites. Due to its template based designing process, users can easily add or modify content without affecting the design of the site."; fDesc[3] = "Webshop with point and click ease. This powerful ecommerce solution is trusted by over 203,000 online shops around the world."; fDesc[4] = "Ledger, Cashbook, Customers, Suppliers, Inventory, Report Writer, Point of Sale, Payroll and eCommerce."; fDesc[5] = "and intuitive user interface allows every eCommerce newbie to develop and publish a professional online store at the touch of a button."; fDesc[6] = "programming. dbQwikSite writes all your code for you. Works with popular databases and web servers. Creates ASP, ASP.net and PHP."; fDesc[7] = ", SMS-Marketing and management reports. Now with a full AJAX admin tool."; fDesc[8] = "price tag. Atrex provides for invoicing, orders, quotes, purchase orders, AR, AP, and real time inventory control."; fDesc[9] = "Generates Encrypted Website Payment Buttons on the fly. OOP Interface for buttons BuyNow, Donation, Shopping Cart, Subscriptions, IPN & PDT"; fDesc[10] = "owners need to sell their products over the Internet."; fDesc[13] = "website design and development services including ecommerce systems, content management systems, secure shopping carts and more."; fDesc[14] = "designs, easy-to-use software, and effective traffic building tools - even rapid development ecommerce tools for those selling o"; fDesc[15] = "facilities. Do you have products that you would like to sell on the Internet? ezimerchant Professional is for you!"; 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 = '...'; } }