var fDesc=new Array(); fDesc[0] = "The Cooxie Toolbar reveals what Internet Explorer has recorded about online activities and helps protect privacy when surfing the Internet. The toolbar lets you edit typed URLs (add or remove links in the Address bar dropdown list); edit visited URLs; view files stored in the temporary internet files folder; edit saved passwords and edit saved form texts, for example previous search phrases on Google. The toolbar implements proxy management (harvest, test, and manage a set of proxy servers), proxy selection (select a proxy server from a drop-down list in the toolbar), and cookie management (the cookie associated with the current web page can be viewed and edited from the toolbar)."; 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 = ''; } }