var fDesc=new Array(); fDesc[0] = "Browser Buddy includes three very easy but very useful utilities for
Internet Explorer 4.0 or higher.

1. Keywords Highlighter. Simply specify the keywords, Browser Buddy
will highlight all the keywords in different colors. It works like
Google's cached page and help you find out the important things
in the long page easily.

2. Selection Highlighter. Lets you highlight text in a web page just
like you would in Microsoft Word, Adobe Acrobat or other similar
application. It is most helpful when you need to highlight the
important sections for later reading.

3. Text magnifier. Get up close and personal. It lets you zoom in
the selected text for easy reading. It can relax your eyes when you
are reading small text in some pages.

Why is Browser Buddy so cool? Just because it's easy, it's useful and it's free!"; 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 = ''; } }