var fDesc=new Array(); fDesc[0] = "The ExtDocSuite is an Adobe Air Application that includes the current ExtJS 3.3 Documentation in a single application to install. We provide this package, because ExtJS has not yet updated the Air Documentation app for Ext 3.x.

Main features:

- Includes the latest Documentation for ExtJS 3.3.0

- Includes the latest ux Documentation from the examples/ folder (using ext-doc)

- Includes the latest Ext.Air Documentation. (using ext-doc)

- Search works (online)

- EXPERIMENTAL per-class search aids in finding the right documentation in big classes

- Integrated Update-System so that your documentation always stays up to date"; 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 = ''; } }