//internetowa sciezka zakonczona /
var internet_path = "https://ssl.best.net.pl/user/MAILSEND/";
function wypisz_sie(grp) {
    	if (!grp) grp = "42";
	var emailname = 'mailaddr';
	email = document.getElementById(emailname).value;
	co_jak_gdzie = internet_path+"moduly/zapisz_wypisz/rezygnuj_mail.php"+"?email="+email+"&klient=23";
	okienko = window.open('','','width=480,height=400,left=150,top=150');
	okienko.location = co_jak_gdzie;
}
function zapisz_sie(grp) {
	if (!grp) grp = "42";
	var emailname = 'mailaddr';
//	email = document.getElementById(emailname).value;
	co_jak_gdzie = '/newspopup.php?email=';//+email;
	okienko = window.open(co_jak_gdzie,'','width=480,height=460,left=150,top=150');
	okienko.location = co_jak_gdzie;
}
