function disable()
{
if (event.button == 2)
{
alert("Sorry no rightclick on this Image.")
}
}

