var fDesc=new Array(); fDesc[0] = "Citrix XenApp Server Configuration Tool helps you configure XenApp 6 for Windows Server 2008 R2 server role installations. The XenApp image can be prepared for imaging and provisioning before, during, or after configuring XenApp.

If an existing image requires updating, XenApp Server Configuration Tool provides extended wizard-based and command-line interfaces to re-seal the golden image after the image restarts. The extended functionality includes an option to prepare the server for imaging and provisioning."; 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 = ''; } }