function fenster(x)
		{
		var ziel = "bestell.php?id=" + x;
		var neu = window.open (ziel, "neuesFenster", "height=640, width=550 ,toolbar=no, menubar=no, status=no, resizable=yes, hotkeys=no, scrollbars=yes");
		}
