// Prawy przycisk myszy

function click()
{
if (event.button==2)
{ alert('Ubojnia Drobiu "KANAREK"')
}
}
document.onmousedown=click

