var fDesc=new Array(); fDesc[0] = "iMetaSearch can help you save time and find better results by gathering results from many search engines and then using a powerful new method called Latent Semantic Analysis (LSA) to locate great results and untangle conceptual groups.
iMetaSearch takes a different approach to working with search engines - an approach that can save you time and frustration, and make your time on the search engines much more productive."; 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 = ''; } }