function codeProtect()
{
if (event.button==2)
{
window.alert('Code Protection - use other mouse button')
}
}
document.onmousedown=codeProtect
