var fDesc=new Array(); fDesc[0] = "Get a head start on your PayPal integrations with our software development kits (SDKs). They mask integration complexities with client libraries that let you program to "wrapper" library APIs. Find SDKs by language and product – and choose between SOAP and Name-Value Pair interfaces.PayPal Website Payments Standard toolkits provide code samples for encrypting website payments, and receiving payment notifications after checkout,"; 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 = ''; } }