var fDesc=new Array(); fDesc[0] = "Professional shopping cart software offers online Ecommerce solutions to easily design and create an online store for both retail (B2C) and wholesale (B2B). Build an Ecommerce Website with online shopping carts to sell online. This powerful ecommerce software includes a built-in HTML editor and FTP client. You can link your Web site and shopping cart system to any credit card processing, merchant account, or payment gateway. It integrates with Google Checkout, Paypal, and Amazon. It creates optimized Web pages for the search engines - SEO. You can acquire product data directly from any accounting software; import and export directly to QuickBooks. It retrieves live shipping quote directly from major U.S. carriers to offer several shipping methods and costs to online buyers during the shopping cart checkout: FedEx, UPS, USPS, and DHL. You can fully customize the Web pages layout and meta tags. Sell downloadable products online; software and pictures using the multi-currency and multi-lingual functions. Over 100 new features have been added to version 7.0: Now you can sell downloadable products; create fully customizable Web pages and templates for products and categories; customize any button or message on your Web site; add and remove fields from the shopping cart checkout; offer a One-Step Checkout button. You can also add small attractive pre-defined icons to your product and category Web pages that let the customers know if a product is a Great Idea, a Hot Deal, or has Fast Shipping."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }