function popNewsletter()
{
	url = 'http://www.marc-o-polo-shop.com/Campus-Shop/HtmlHelp/de/newsletter.html';
	settings = 'width=422,height=580,top=50,left=50,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no';
	nl = window.open(url, 'Newsletter', settings);
	nl.focus();
}

function popFacebook(url)
{
	settings = 'width=626,height=436,top=50,left=50,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no';
	nl = window.open('http://www.facebook.com/sharer.php?u=' + encodeURIComponent(url), 'Facebook', settings);
	nl.focus();
}