var fDesc=new Array(); fDesc[0] = "Real Link Finder is a quality linkbuilding software. Makes getting real links quick and easy and it's totally free!
Real Link Finder automatically finds on-topic blog posts with a certain number of comments. It then checks for "nofollow" in the HTML of each blog post and discards the ones it finds containing "nofollow". This allows you to quickly and easily find on-topic blog posts whose external links count towards your linkpopularity and PageRank."; 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 = ''; } }