var fDesc=new Array(); fDesc[0] = "It is a utility which allows you to fix your Windows Server 2003 issues. Update for Windows Server 2003 (KB2661254) will keep your system up to date by increasing the minimum level of encryption on Windows systems. This update also includes non-security-related fixes, that may not be installed depending on the version of Windows and the version of the affected application."; 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 = ''; } }