var fDesc=new Array(); fDesc[0] = "Windows Desktop Search helps increase the productivity of information workers by enabling them to quickly and easily find what they are looking for.

Windows Desktop Search helps users quickly find and retrieve e-mail messages, documents, and many other file types located on their PC and corporate network.
Windows Desktop Search provides a familiar, integrated, and convenient search experience for Windows users.
Search index does not create privacy issues or device performance concerns.
Windows Desktop Search integrates with other Microsoft Search technologies."; 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 = ''; } }