function newsletter(){
	var newsletter= window.open("", "formPopup", "height=200, width=600, left=100, top=100, resizable=no, scrollbars=yes");
	var url="https://www.verify-your-list.de";
	//alert("url"+url);
	newsletter.location.href=url+"/newsletter/index.php";
	newsletter.focus();
}
 function popuptour(bild){
	var popuptour= window.open("", "tourPopup", "height=600, width=800, left=100, top=100, resizable=no, scrollbars=yes");
	var url="https://www.verify-your-list.de";
	//alert("url"+url);
	popuptour.location.href=url+bild;
	popuptour.focus();
}
