

defaultStatus = "WWW.GWIAZDA-MORZA.PL"


function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2)){
alert("STELLA MARIS  \n"+
                      "-----------------------------------------------------\n"+
                      "Internet:      marianie@gwiazda-morza.pl  \n"+
			" 	         stella@gwiazda-morza.pl \n"+
		    	"	 grzybowo@marianie.pol.pl  \n");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
                alert("WWW.GWIAZDA-MORZA.PL  \n"+
                      "----------------------------------------------------- \n"+
                      "Internet:     marianie@gwiazda-morza.pl  \n"+
			"	         stella@gwiazda-morza.pl \n"+
		    	"	 grzybowo@marianie.pol.pl  \n");
return false;
}
return true;
}


document.onmousedown=right;

