var fDesc=new Array(); fDesc[0] = "ALink takes the hard work out of setting up and maintaining your Reciprocal Links. ALink will save you hours of hard work by automating all of these repetative tasks. It increases your site's "link popularity" in the search engines, potentially increasing your ranking in the search results and increasing your traffic from the Search Engines as well."; 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 = ''; } }