﻿// Copyright/Popup script




document.oncontextmenu = function (evt) { return false; };

var warn_message="All images are copyrighted by Richard Mack and are not allowed to be saved!";

function popup(url) 
	{
		window.open(url,"satelite","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,bgcolor=FFFFFF,width=630,height=630,screenX=100,screenY=100");
	}


