<!-- This free JavaScript code is provided by D. John Wood // -->
<!-- Hide script from old browsers
<!-- 
self.focus();
var message="Copyright © You do not have permission to copy these images"; // Message for the alert box
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message); 
return false; 
} 
} if (document.layers) {
if (e.which == 3) {
alert(message); 
return false; 
} 
} 
} if (document.layers) {
document.captureEvents(Event.MOUSEDOWN); 
} document.onmousedown=click; 

function openWindow(POP_URL) {
  popupWin = window.open(POP_URL, 'popwindow', 'scrollbars,resizable,width=796,height=600,screenX=0,screenY=0,top=0,left=0')
}
// End hiding script from old browsers -->
