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