var fDesc=new Array(); fDesc[0] = "IECopySelectedLinks is an Internet Explorer add-on that enables you to copy all selected links (URLs) into clipboard at once. Tired of coping internet links one by one? Just install IECopySelectedLinks, select several hyperlinks in your browser, choose the new "Copy Selected Links" right-click menu item, and the links will be inserted into your clipboard. If nothing selected, then all the links from the web page displayed in the browser will be copied to the clipboard. Use "Copy Selected Links" with the CTRL key to get links with the text."; 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 = ''; } }