var fDesc=new Array(); fDesc[0] = "RAR IFilter extracts all valuable information from files stored inside RAR archive. This information includes archived directory names, list of archived files, archived files' metadata and content. Out of the box RAR IFilter indexes archived Microsoft Office, HTML and plain text files.

RAR IFilter is a plug-in that allows Microsoft Search products and services to index RAR archives, enabling customers to search and organize their content.

For other file types it may invoke appropriate IFilters. Its functionality can be further extended by installing IFilters from IFilterShop or other providers. RAR IFilter also supports recursive indexing of RAR files included in the archive."; 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 = ''; } }