var fDesc=new Array(); fDesc[0] = "The Ask.com Toolbar is a great way to save you time when searching on the Web. The application will install itself onto your Web Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though. Aside from providing you with a main Search field that searches on the Ask.com Portal, you are also given several links that you can use to access news, the weather, shopping sites and more. Actually, the possibilities are quite endless, since you can personalize the bar with your own links. The first time you open the browser after installing the bar, you will notice it below the address bar. You can easily spot the Search field and the links I just mentioned. You can even save your searches and favorite web sites from the bar, so that you don't have to do it with your browser. If you are a regular user of Ask.com, this toolbar will definitely save you time."; 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 = ''; } }