var fDesc=new Array(); fDesc[0] = "CTX Farm Inventory is a free tool that shows hardware and software of your Citrix Farm or Windows Servers. You can load a list of Citrix or Windows servers with the help of Load Server File List button. You can also select or unselect all servers in the Server List window, according to your wish.

Moreover, you may save the content of logon list window to a Excel file located in the same directory where the application is Installed."; 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 = ''; } }