var fDesc=new Array(); fDesc[0] = "eProc Solutions DPO helps improve your QoS from the data center to your desktop by bringing advanced resource management to your Windows environment.
eProc Solutions DPO manages your critical resources such as CPU, bandwidth and memory by prioritizing and allocating them dynamically to ensure that applications and users have the resources they need, available to them as required as per the demands of the business."; 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 = ''; } }