var fDesc=new Array(); fDesc[0] = "Advanced Web Ranking is a tool that will help you check your website rankings, sync your Google Analytics accounts and analyze your links. It saves you long hours of tedious work for improving your web site's search engine position. Advanced Web Ranking generates tabular, graphical and printable reports that will help you check not just the evolution of your website but the evolution of your competitors' web sites as well.
Advanced Web Ranking is the tool of choice for SEOs, webmasters and site owners that demand high-quality reports about the results of their online marketing campaigns."; 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 = ''; } }