function noRightClick() {
if (event.button==2) {
alert('©2005 PLAN-IT Electrical Ltd.')
}
}
document.onmousedown=noRightClick