var fDesc=new Array(); fDesc[0] = "Every organization has IT needs that are not completely addressed with out-of-the-box software solutions. PC configuration-related issues increase the workload on administrators and IT help desk staff and introduce new sources of risk. Meanwhile, in a tough economic climate, organizations are facing greater pressures to optimize IT efficiencies wherever possible including reducing the hard costs of energy consumption. Lumension® Content Wizard extends the capabilities of the Lumension® Patch and Remediation and Lumension® Endpoint Management and Security Suite to cost-effectively streamline desktop and system management tasks with simple and customizable wizard-based policy creation, distribution and baseline enforcement – without requiring additional tools and costs. This powerful utility enables organizations to extend their Lumension solution capabilities to dynamically meet the needs of their diverse IT environments without the purchase of additional technologies."; 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 = ''; } }