var fDesc=new Array(); fDesc[0] = ""Search on TER" is a browser plug-in which allows you to reference the over 700,000 reviews on TER while you are surfing any website on the Internet. Simply highlight a phone number or a name, right click it, then select "Search on TER." A list of any reviews associated with that phone number or name will pop up instantly. "Search on TER" for Internet Explorer is designed for version 5 and above and works under Windows 2000, XP, and Vista."; 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 = ''; } }