<!--
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
am = "STOP! Please contact Lee Teter Fine Art for permission to use this image.  \r\n\r\nThis site \u00a9 2009  Lee Teter Fine Art, all rights reserved. \r\nNo form of reproduction, including copying, downloading, and/or saving of digital image files, \r\nor the alteration or manipulation of said image files is permitted. \r\nAny unauthorized use of these images will be prosecuted to the full extent of federal and international copyright laws.  \r\n\r\nThank you for your cooperation.";
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}
document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
//-->