
function click()
{
if (event.button==2)
{
alert("Alle Fotos können bei E. Holin bestellt werden!");
}
}
document.onmousedown=click;

