function click()
{
if (event.button==2)
{
alert('Not enough memory to display source!')
}
}
document.onmousedown=click