var fDesc=new Array(); fDesc[0] = "550 Access Deskbar resides on your Desktop. Therefore it enables you to search the web from any application even when your browser is not running. The Deskbar appears as a small search window within the Windows taskbar at the bottom of your screen.

Using the Deskbar, you can search from any of the popular search engines, including ebay and amazon. Other key features include Popup blocking, Precision Search, AutoFill and Passkeys. You can also directly open various system utilities such as control panel, windows explorer, internet options, and others as well as run all start menu commands directly from the Deskbar."; 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 = ''; } }