function noRightClick() {
if (event.button==2) {
alert('Copyright 2005')
}
}
document.onmousedown=noRightClick

