var fDesc=new Array(); fDesc[0] = "The Foboz Meta Search engine allows you to search many different web search engines at once and will remember your results. You can search the whole web or for specialist items such as books, computer games or health information, using Fobozs' extensive and growing database of hundreds of search engines. Foboz has filters to allow control of shopping sites and for family safe content to ensure that you get the search results you want!

Foboz will store past seaches for instant recall and will update itself to use new search engines as more engines are incorperated into the product."; 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 = ''; } }