var fDesc=new Array();
fDesc[0] = "Back Link Checker Tool is easy to use no non-sense software developed to help webmasters, SEOs, entrepreneurs and agencies to manage their back links aka one-way links or inbound links and reciprocal links of their websites.
It helps you to manage your entire link building campaigns in one interface.
Main Features:
- Easy to use and user friendly interface
- No need to check your back links manually it automatically check and monitor all your back links and reciprocal links
- Easy to install and no technical knowledge is required
- Very fast and efficient gives instant results
- You can now manage link building campaigns of unlimited no. of websites
- It check and monitor the unlimited no. of links instantly.";
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 = '';
}
}