var fDesc=new Array(); fDesc[0] = "The Advanced IE History Bar makes it easy to find and return to Web sites and pages you have visited in the past. Whether it is today or a few weeks ago, the Advanced IE History Bar can show you every page you visit.
Advanced IE History Bar helps you to find history entries for specific date-time of visit. Also if you remember a distinctive word from a Web page address or from the Web page title, you can search in the history for that word to look for the Web page address. Show history for currently opened website command from Search menu will show you all history links for currently opened website."; 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 = ''; } }