
function openPopupNewsletter(url) {
	win = window.open(url, "newsletter", "width=257,height=238,left=320,top=200");
	win.focus();
}
