var fDesc=new Array(); fDesc[0] = "The Agilent EEsof License Tools for Windows installer contains the latest version of the Agilent EEsof license server manager, utilities and documentation. This includes the license wizard, license preferences tool, license information tool along with lmgrd, lmutil and agileesofd vendor daemon for the license server. The FLEXid dongle drivers are also included.
Agilent EEsof License Tools are only available on the Windows platform.
The installer contains both 32-bit and 64-bit versions. Please read the Installation Instructions for more details."; 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 = ''; } }