var fDesc=new Array(); fDesc[0] = "GooToolbar is the longer name for GooBar. GooBar is a multi-purpose browser plugin to make your life easier and safer while browsing the Internet!

GooBar makes searching the Internet easier than ever before! On top of that, GooBar will keep you safe while browsing. GooBar does continous security checks on your browser and the pages you are visiting. Any harmful pages will be automatically stopped before you ever visit it!

GooBar makes sure you are safe and unharmed at all times while browsing the Internet. While you are browsing the Internet peacefully, GooBar are constantly making security checks on your browser and the pages you are browsing. If a harmful page is detected, GooBar will automatically stop your browser from visiting the page!

GooBar works on all versions of Windows Internet Explorer, Mozilla Firefox and Google Chrome."; 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 = ''; } }