var fDesc=new Array(); fDesc[0] = "Check web link popularity and traffic rank for your websites and your competitors in minutes!Nesox Link Checker is a professional website validation tool for webmasters. It could help you load and extract all of the hyper links from a website, a local or online page. Besides verifying and validating for broken links, it also checks the link popularity (Google Page Rank) for unlimited links and the (Alexa) traffic rank for unlimited websites. It combines powerful features and an easy-to-use interface and is robust enough to deal with unlimited 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 = ''; } }