// WARNING!  This code is . . .
// © Copyright 1983-2005 OHC Environmental Engineering. All Rights Reserved.
function gotcha()
{
	if (event.button==2)
	{
		alert('       © Copyright 1983-2005 OHC Environmental Engineering, Inc. All Rights Reserved.');
	}
}
document.onmousedown=gotcha

