var fDesc=new Array(); fDesc[0] = "Security Update for Windows XP are aimed to fix the bugs in WIndows XP or applications installed in it. The update KB2079403 addresses issues in Microsoft XML Core Services. They are the application programming interfaces installed in Windows to support XML programs. This update fixes the security problem of an attacker able to use XML programming to attack a Windows XP systems through his website."; 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 = ''; } }