var fDesc=new Array(); fDesc[0] = "Update for Windows XP (KB2863058) is an update that allows you to resolve issues in Windows. This update supersedes and replaces the KB2779562 update. The program improves the performance of your system and fixes the problems found on the Windows XP configuration."; 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 = ''; } }