var fDesc=new Array(); fDesc[0] = "SitePopularity is a link popularity checker that analyzes any number of websites for the most important ranking criterias such as Google Pagerank, Alexa Traffic Rank, Dmoz listing, Compete rank and links from other websites.

The program supports several advanced features such as URL extraction which extracts all of the links from an URL that you have added to the list.

"Safesearch" function will make sure that you will not get blocked by the search engines that you use, this is especially useful if you have a lot of sites to check.

And for the experts there is of course support for HTTP proxies as well."; 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 = ''; } }