var fDesc=new Array();
fDesc[0] = "A shopping cart with a secure server for about the price of a secure server alone.
#1 Shopping Cart Ecommerce Solutions is an ecommerce service that gives web site
owners a method of presenting a shopping cart Buy Now buttons using their existing
website without having to install any special software.
With our Shopping Cart CodeGenerator, answer a few questions about your product and
the program creates the code for a buy now selection or buy now buttons on your website.
Simply copy and paste the code into your existing web pages. When a customer clicks on
this buy now selection, the information is passed to an online server already setup with a
shopping cart.";
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 = '';
}
}