var fDesc=new Array(); fDesc[0] = "SDB Explorer has been made as an industry leading graphical user interface (GUI) to explore Amazon SimpleDB service thoroughly and in a very efficient and user friendly way. It has been made in such a simple way that any one can make out its use without any help but this documentation is being provided to help you if any complication occurs.

SDB Explorer will help you in creating, storing and updating structured data in cost efficient way and with ease . You can run queries in SDB Explorer like other databases easily without any coding ."; 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 = ''; } }