var fDesc=new Array(); fDesc[0] = "The ShoreTel Web Dialer application provides one-click dialing to any telephone number displayed in a Microsoft Internet Explorer or Mozilla Firefox browser window, taking the time and effort out of dialing when working online. Telephone numbers on the page are highlighted in orange, making them easy to fi nd. With one click, users can dial local,long distance or international telephone numbers.

ShoreTel Web Dialer streamlines business communications by offering a quick and easy way to highlight and create clickable links to phone numbers posted on the Web.

With Web Dialer deployed, users simply click on a number and it links their ShoreTel phone to that number, whether it's in a Web-based application or online phone directory."; 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 = ''; } }