function ActualOpenNewsletterPopup(windowspecs)
{
	return window.open('','NewsletterPopup',windowspecs);
}

