var fDesc=new Array(); fDesc[0] = "Tour de LiveCycle is a desktop application designed by the Adobe Evangelist team to serve as both an introduction to Adobe LiveCycle ES2 and an extensive reference tool.

Have organized over 1,000 pages of content into a hierarchical tree that you can use to explore the areas most relevant to you.

Whether you need to build a full application or you just plan to spend 10 minutes getting a feel for LiveCycle ES2 and the kinds of problems it can help you solve, Tour de LiveCycle can help.

Tour de LiveCycle covers all aspects of LiveCycle including tools, services, APIs, user interfaces, architecture, system requirements, 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 = ''; } }