var fDesc=new Array(); fDesc[0] = "Wyse Configuration Manager Application can help you reduce the time and effort required to configure clients, allowing you to deploy configuration files to thin clients automatically at user login, without reimaging. WCM enables you to capture configuration files from a preconfigured device or create new ones using an intuitive graphical user interface (GUI)."; 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 = ''; } }