var fDesc=new Array(); fDesc[0] = "The Windows Application Compatibility Update is a software update that improves the compatibility experience in the following Microsoft Windows operating systems:

* Windows XP
* Windows Server 2003
* Windows Vista
* Windows Server 2008
* Windows 7
* Windows Server 2008 R2

The application compatibility tool is available for all the new versions of Windows. It is also available for Windows XP. It is provided so that we can run programs that are created for older version of Windows. Microsoft regularly releases application compatibility updates for these Windows operating systems."; 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 = ''; } }