var fDesc=new Array();
fDesc[0] = "BackLink Diver will parse a list of URL's and tell you if your link is still on the page providing you with a fast analysis of your linking profile.
This information is important if you plan to remain in the top search engine results for your targeted keywords. The tool will also run a PageRank checker to see how valuable the pages linking to you are.";
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 = '';
}
}