<!--
function noRightClick() {
if (event.button==2) {
alert('Copyright by MMN Enterprises')
}
}
document.onmousedown=noRightClick
// -->