function click() {
	if (event.button == 2) {
		alert('Jeśli masz pytania w sprawie kodu, napisz je i wyślij. mats@e-kartki.com.pl.'); 
 	}
}
document.onmousedown=click;
