function Newslettervorschau(id) {
	NLVorschau = window.open("/Newsletter/Vorschau," + id + ".html", "NLV", "width=800,height=500,scrollbars=yes");
  	NLVorschau.focus();
}