var fDesc=new Array(); fDesc[0] = "Standardized user environments are critical for organizations that want to reduce IT support costs and workload. Faronics WINSelect provides a quick, flexible, and scalable way to configure the functionality and feature set of any Windows computer to conform to an organization's requirements. WINSelect also complements, manages, extends, and often replaces Group Policy Objects (GPO). It works alongside existing policies and delivers features and capabilities not offered by GPOs."; 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 = ''; } }