var fDesc=new Array(); fDesc[0] = "The Amazon Integrator provides an easy-to-use interface for accessing many Amazon Web Services. The components integrate seamlessly, providing your applications with access to a wide range of Amazon capabilities including storage, messaging, and e-commerce services.

The Amazon Integrator makes it easy to access Amazon Web Services from any supported platform or development technology. Easy-to-use components can be used to add, modify and delete objects stored on S3 or SimpleDB, add or remove messages from SQS, integrate with ASW e-commerce services, or control EC2 instances.

Main features:
-Easy-to-use components for accessing Amazon S3, SQS, SimpleDB, EC2 and AWS.
-Small and lightweight components with no dependencies on external libraries.
-Native development components for all supported platforms and component technologies.
-Unlimited free Email technical support backed by an experienced & professional staff.
-Includes everything needed to rapidly add Amazon Web Services capabilities to your applications, including: extensive documentation, sample applications, integrated help, and much more!"; 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 = ''; } }