// JavaScript Document
function openwin(text)
{
	document.cookie = text;
	window.open("anfrage-popup.php","Anfrage","width=610,height=500,left1220,top=50,toolbar=no,status=no,resizable=yes");
}