var fDesc=new Array(); fDesc[0] = "Browse to is a little script designed to launch highlighted text URLs on a web page in a new window. You may find that sometimes you will come across a unlinked URL somewhere like a email or a news article that you want to visit, but you'd rather not have to go through copying and pasting it into the browser address bar.Mozilla's Firefox browser benefits from a nice extension called Plain Text Links, which does just this.BrowseTo does the same thing but for Internet Explorer."; 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 = ''; } }