var fDesc=new Array(); fDesc[0] = "xPaymentCOM 2010 is a COM/ActiveX component that enables developers to incorporate real-time credit card processing into their program or website within a matter of minutes. xAuthorize is fully secure using SSL for all data transfer protecting your sensitive data. The component is fully compatible with various types of programming environments making it possible to adopt the component’s functionality into any application with ease and reliability. If you're a web developer, windows program developer, or any type of developer in need of a real-time credit card processing system, xAuthorize is the solution for you."; 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 = ''; } }