function noRightClick()
{
	if (event.button==2)
	{
		alert("© 2007 EZ-REF Courseware. All rights reserved.")
	}
}
document.onmousedown=noRightClick
