var fDesc=new Array(); fDesc[0] = "Whether they are part of your website's internal structure or point back to your website from elsewhere on the Web, links are essential, but the word or words that carry that link make all the difference. Anchor text can take multiple forms, from exact-match keywords to more simple phrases like "Click here" or "Request a quote." Take advantage of our easy-to-use anchor text generator tool to create natural-looking, effective anchor text that will help you get the most out of both your internal and external 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 = ''; } }