var bN = navigator.appName;
function click() {
     if (bN=='Microsoft Internet Explorer')
     {
          if (event.button==2)
          {
                     str = "For more information on our products and services, please call 410-437-TAPP (8277) or send an e-mail to KEN@TAPPWATERSYSTEMS.COM";
                str = str + "";
               str = str + "";
               alert (str);
          }
     }
}
document.onmousedown=click
