// JavaScript Document
function disable()
{
if (event.button == 2)
{
alert("Sorry! No right click on this page.")
}
}
