var fDesc=new Array(); fDesc[0] = "Windows Live Messenger comes in automatically with every installation of a Windows operating system and it does not show up in "Add/Remove Programs" in control panel. If you do not like to use it or you want to install an old version of WLM, In order to completely uninstall and remove windows live messenger or MSN Messenger here is one freeware tool WLMUninstall."; 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 = ''; } }