var fDesc=new Array(); fDesc[0] = "Backlink Checker is the best website back link status-checking utility that enables to monitor the back links of the websites for the popularity on the World Wide Web.

Link checking utility checks the status of back links (also known as inbound link, incoming link or inward link) to your websites and monitors the link status of advertiser site to the publisher sites. If the back links of advertiser site is not found or page cannot be displayed on publisher site then back linker checker sends an alert notification (by sending E-Mail) informing the user about the non-availability of website link."; 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 = ''; } }