var fDesc=new Array(); fDesc[0] = "Citrix AppDNA is a program that accelerates the migration and transformation of desktop and web applications for new environments and helps manage application change on a day-to-day basis. AppDNA performs automated analysis of desktop application compatibility with desktop and server Windows platforms, including application virtualization and of web application compatibility with Citrix WorxWeb, Firefox and Internet Explorer."; 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 = ''; } }