var fDesc=new Array(); fDesc[0] = "Our software saves you hours of work and consistently and comprehensively monitoring and testing your Website's search engine rankings. With Agent WebRanking you can generate search engine rankings reports which you need to optimize your web pages to improve web ranking, check your competitors web site positions.
Agent web ranking allows you to find your web site ranking position for keywords for multiple URLs on search engine."; 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 = ''; } }