var fDesc=new Array(); fDesc[0] = "The 1-2-3 PayPal Website Payments Wizard for Microsoft FrontPage is the quickest and easiest way to add eCommerce to your business web site. Easily create payment buttons and basic shopping cart functionality for your web site. Create payment buttons and shopping cart functionality in under an hour, and start accepting credit cards online with PayPal immediately. Over two million businesses trust PayPal to deliver easy, secure, affordable payment processing. The Single Item Purchase object is a wizard that allows you to create a payment button for your product or service. You can place the payment button on a website, and immediately customers can pay you with any major credit card."; 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 = ''; } }