var fDesc=new Array(); fDesc[0] = "Download the free tool that unleashes the power of local search in your browser in an easy to access toolbar!
Ten types of searches help you find what you need: Find a Business, Find a Person or Find a Location - by name or keyword, or by phone number, address or distance.
Easy access helps you harness the power of YP.com local search right from your browser with just a few keystrokes."; 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 = ''; } }