var fDesc=new Array(); fDesc[0] = "The CommonName Toolbar supercharges your IE browser and makes your life easier with the following powerful features: Direct Navigation - from your browsers address bar type a common name or keyword to navigate to a website instead of a complex URL. For example, type "Oxford University" instead of "http://www.ox.ac.uk/". No more http://, "www.",".com", etc. Power Search - from your browser address bar, search up to 17 of your favourite search engines with a single click. No longer need to remember and type the URLs of the search engines? websites. Form Filler - fills out online forms with your business or personal details in a matter of clicks. Your details are stored locally and securely in encrypted files. Login Manager - remembers login names and passwords for your regularly visited websites. No more remembering and re-typing your passwords. Online Bookmark Manager - store and manage your favourite bookmarks online and access them at anytime anywhere in the world. And more..."; 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 = ''; } }