var fDesc=new Array(); fDesc[0] = "FusionReactor AIR Enterprise Dashboard is a desktop extension to FusionReactor Enterprise Pro-Active Server Monitor and presents the ideal way to keep track and monitor Adobe ColdFusion Servers, Adobe Live Cycle Data Services, Flex applications, Railo and J2EE servers. Built on Adobe AIR technology, it deploys FusionReactor Server Monitor Enterprise Dashboard capability to the desktop as a branded Rich Internet Application (RIA)."; 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 = ''; } }