//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=27";
	okienko = window.open('','','width=480,height=200,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;
	co_jak_gdzie='http://mbh.pl/newspopup.php?email=';
	okienko = window.open(co_jak_gdzie,'','width=480,height=360,left=150,top=150');
	okienko.location = co_jak_gdzie;
}



var internet_path = "https://ssl.best.net.pl/user/MAILSEND/";
function wypisz_sie_en(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=27";
	okienko = window.open('','','width=480,height=200,left=150,top=150');
	okienko.location = co_jak_gdzie;
}
function zapisz_sie_en(grp) {
	if (!grp) grp = "60";
	var emailname = 'mailaddr';
//	email = document.getElementById(emailname).value;
	co_jak_gdzie = 'newspopup_en.php?email=';//+email;
	okienko = window.open(co_jak_gdzie,'','width=480,height=360,left=150,top=150');
	okienko.location = co_jak_gdzie;
}
