var fDesc=new Array(); fDesc[0] = "Dok is an AIR application (consistent experience through all operating systems) that provides a UI for Adobe's ActionScript 3 and Flex reference. Its main purpose is to offer access to all classes properties in a simple and slick user interface.
At first Dok was a proof-of-concept application for HTMLFixer (a class that converts HTML page source code into valid XML) but it became so useful it would have been a shame not to share!"; 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 = ''; } }