<!-- 
/*
Copyright © ST  All rights reserved.
http://www.tomarchio.com
*/
  if (navigator.appName == "Microsoft Internet Explorer") {
     function click() {
     if (event.button==2) {
     alert('© Copyright by Ristorante Tara - Milano, Italy - Technical designer & Graphical designers: www.tomarchio.com');
     }
     }
     document.onmousedown=click
     }
//--></SCRIPT>