var fDesc=new Array();
fDesc[0] = "BacklinksXRay is a Multi-Purpose Backlinks Research, Analysis & Detox desktop tool that is as Fast & Accurate as Robotically possible while maintaining an Intuitive '3-Clicks' User Interface. You can use BacklinksXRay to look at the different SEO-Metrics of your Backlinks-Profile from many different angles with just a few clicks.
You only need to have your Backlinks-Profile URLs List, Simply import your Backlinks into BXR and it will do the rest for you, Enabling you to Drill-Down and Analyse your Backlinks-Profile and Extract SEO Parameters that no other SEO tool or service on the market right now offers. Don't take our word try BXR yourself and be the judge.
BXR has multiple Modules to help you out with your Backlinks-Detox needs, When performing Detox on your Backlinks BXR will assigned a value of 0-5 to each URL & Backlink reflecting their 'Toxicity / Risk Factor' you can actually see the 'Reasons' for each value so that you can personally decide and have the 'Final-Say'. Unlike other services that have 'Secret Proprietary' Formulas that no-one else knows about which add an Unnecessary Mystery & confusion to the whole Detox-Process.";
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 = '';
}
}