var fDesc=new Array(); fDesc[0] = "Whether for home or for work, Link Survey is a fully-loaded link popularity tool that is a must for any Webmaster. Just enter in the Website(s) for which you want to check the link popularity, and hit the start button. Immediately, Link Survey sends a query out to many popular search engines and displays the results in a table format. From there, you can use the built-in, multi-tabbed Web browser to check out the Web sites that have linked to the site in question. This is a great way to meet new Web friends, or, if you run a business, a great way to see who's linking to your competitors' sites. Link Survey will also let you export your results to a text, HTML, or Excel file for easier review."; 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 = ''; } }