var fDesc=new Array(); fDesc[0] = "This program will help you to track the "Search History List" of Google Toolbar, see the date-time of each searching in Google, delete any keyword in search history individually, show all the keywords although they are cleared in Google Toolbar, and retain as many keywords as you want. It works on Win-9x, Win-ME, Win-NT, Win-2000 and Win-XP With Google Toolbar installed.

Google Toolbar is a plug-in of browser IE, produced by the famous world wide web searching engine - Google."; 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 = ''; } }