function noclick()
{
	if(event.button==2)
	{
		alert('© Copyright Couleur Design');
	}
}
document.onmousedown=
noclick