var fDesc=new Array(); fDesc[0] = "ARP is an advanced version of the Add/Remove Programs that is a part of Windows. It will allow you to uninstall programs which cannot be removed from (or may not even appear in) the Windows ARP. Not all programs installed on your computer may be uninstalled using the Windows ARP. And still more programs may not even appear. ARP displays all known programs on your system that can be uninstalled through conventional means."; 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 = ''; } }