var fDesc=new Array(); fDesc[0] = "It is a plain and simple, but highly efficient search tool that allows you to quickly look up the search engine results for various keywords. It uses a (customizable) list of search engines, and a list of keywords (terms) and you can quickly switch results between search engines and/or the terms that you are searching for. The interface is far from pretty or user friendly, but offers good flexibility for more advanced users, as search engines can be added/edited, using the proper query string. It comes with a built-in browser display, you can save/load a list of terms and more. Great for online research that requires to lookup a wide range of search terms. TermBlaster provides a way to swap between multiple search engines and search terms with just a click, and along with features like the Search Basket, the Search Bar, an Internal Browser, and Browser Integration termBlaster will make your searches as simple as possible."; 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 = ''; } }