var fDesc=new Array(); fDesc[0] = "Trailfire Toolbar is a handy and original application that allows you to place comments on any website and also read the comments made by other people as you browse the net. The application allows you to add your critiques in the form of electronic notes that will be shown to other visitors when mousing over the marker. However, you can also deactivate this function if you don't want to see other people's trails. If you connect all markers together, you can form a "trail". When you surf the net, all in the markers in a given trail will be shown in the sidebar. What is more, you can also publish your own trails on Trailfire.com. The trails can be public or private, and you can share them with other by emailing the link or posting. The bar only contains two buttons, one that shows and hides the bar, and other that allows to instantly add a comment on any page. What is new in this version is the Trailfire Guide tab, which shows you similar marked pages to the one you are visiting.
It is available for both Firefox or Internet Explorer, and supports Windows 98/2000/2003/XP/Vista."; 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 = ''; } }