

function openNewsletter()
{
	var op = window.open('7-newsletter.html','newsletter','screenX=8,screenY=8,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,location=no,width=620');
	
}


function openPrintview()
{
	url = document.location.href;
	url = url + '&printview=1';
	var op = window.open(url,'printview','screenX=8,screenY=8,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yess,location=yes,width=620');
	
}

function FensterOeffnen (Adresse) {
		  MeinFenster = window.open(Adresse,'Verwöhnkategorien','screenX=8,screenY=8,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,location=no,width=340,height=180');
		  MeinFenster.focus();
		}
