var fDesc=new Array(); fDesc[0] = "Use the Citrix Online plug-in to access your hosted applications or virtual desktop. Citrix online plug-in supports XenApp and XenDesktop connections. It also contains new features for XenApp and XenDesktop users. Citrix online plug-in supports the XenApp feature set. Using Citrix XenApp with the Web Interface, you can integrate published resources with users’ desktops. Centrally administer and configure the plug-in in the Delivery Services Console or the Web Interface Management Console using an online plug-in site created in association with a site for the server running the Web Interface. The online plug-in operates with the Citrix offline plug-in, to provide application streaming to the user desktop. Install the online plug-in on user devices running the offline plug-in to take advantage of the full set of application streaming features of the plug-in and Citrix XenApp."; 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 = ''; } }