var fDesc=new Array(); fDesc[0] = "Tetrapod is a lightweight demo application built with Adobe AIR and Adobe LiveCycle Enterprise Suite to assist users through complex, forms-intensive processes. It connects a library of Adobe forms managed by an Adobe AIR application to a process and content management back end. The goal of this project is to provide a demonstration and starting point for developers to quickly build their own Adobe AIR application connected to Adobe LiveCycle Process Management."; 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 = ''; } }