var fDesc=new Array(); fDesc[0] = "1E Web WakeUp ActiveX is the same as a wake on lan tool for monitoring status of every PC available. Using Wake on LAN instantly power on and patch PCs on a predefined scheduled, shorting patching time and improving administration. Also it can identify issues and automatically remediate them. It also contains it's own management console whitch improve systems administration"; 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 = ''; } }