var fDesc=new Array(); fDesc[0] = "The Endpoint Encryption GO (EEGO) tool helps customers and McAfee engineers determine if a client has the required hardware to support installation and activation of McAfee Endpoint Encryption for PC 6.

The utility indicates the readiness of the system to install either Endpoint Encryption for PC (EEPC) or other appropriate products. It provides an indication of readiness but not a definitive indication that no errors will occur. The utility provides some initial testing of the system to verify that it will be ready to install and activate the product. It does not pick up EEPC error states, such as failing to activate because no users are assigned to the system."; 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 = ''; } }