function Vote(id, titel, url, win, inc, pm) {
	if (!id) { return false; } 
	ziel = url + "index.php?nummer=" + id + "&titel=" + titel + "&b4yv_window=" + win + "&b4yv_newwindow=1&b4yv_include=" + inc + "&b4yv_pm=" + pm;
	Fenster = window.open(ziel, "B4YVotum", "width=280,height=150,status=no,menubar=no,scrollbars=auto,locationbar=no,resizable=yes");
	Fenster.focus();
	}
