var fDesc=new Array(); fDesc[0] = "Nesox Link Checker is a professional tool for webmasters to get web link popularity and PageRank for your websites and your competitors in seconds! It could help you load and extract all of the hyper links from a website, a local or online page. Check if the links are broken and check the PageRank for each link. A Google API account is not needed. It combines powerful features and an easy-to-use interface and is robust enough to deal with more than 100,000 links."; 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 = ''; } }