function tt_popup_aufstellung(v_id, sg_id) {
		url = "http://www.tt-maximus.de/include/tt_popup_aufstellungmannschaften.php?v_id=" + v_id + "&sg_id=" + sg_id;
		win = window.open(url, "Aufstellung", "width=600,height=440,screenX=300,screenY=300,scrollbars=yes");
}
