var fDesc=new Array(); fDesc[0] = "This program is a utility that enables webmasters to improve the efficiency of their reciprocal linking campaigns. Many webmasters will not bother exchanging links with sites that have hundreds or thousands of other reciprocal links on their sites. Search engines routinely ignore pages with vast numbers of links which they consider to be link farms. They may even classify your site as a “bad neighbourhood” and you’ll get banned altogether."; 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 = ''; } }